summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-07-26 17:17:27 +0200
committerStefano Karapetsas <[email protected]>2013-07-26 17:17:27 +0200
commite1f3e5a08411bf396291583ede7e4dab0dd7a092 (patch)
tree7bf37e0617e2d6e0bc1d416587a7c4a53a6086f1
parent22cbafc06515ef4553fd04487f631ba2db7a1024 (diff)
downloadmate-panel-e1f3e5a08411bf396291583ede7e4dab0dd7a092.tar.bz2
mate-panel-e1f3e5a08411bf396291583ede7e4dab0dd7a092.tar.xz
mate-panel: Include gdkconfig.h only in GTK2
-rw-r--r--mate-panel/libegg/eggsmclient-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-panel/libegg/eggsmclient-private.h b/mate-panel/libegg/eggsmclient-private.h
index a58f424b..afd11235 100644
--- a/mate-panel/libegg/eggsmclient-private.h
+++ b/mate-panel/libegg/eggsmclient-private.h
@@ -20,7 +20,9 @@
#ifndef __EGG_SM_CLIENT_PRIVATE_H__
#define __EGG_SM_CLIENT_PRIVATE_H__
+#if !GTK_CHECK_VERSION (3, 0, 0)
#include <gdkconfig.h>
+#endif
#include "eggsmclient.h"
#ifdef __cplusplus