diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-26 17:17:27 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-26 17:17:27 +0200 |
commit | e1f3e5a08411bf396291583ede7e4dab0dd7a092 (patch) | |
tree | 7bf37e0617e2d6e0bc1d416587a7c4a53a6086f1 /mate-panel/libegg/eggsmclient-private.h | |
parent | 22cbafc06515ef4553fd04487f631ba2db7a1024 (diff) | |
download | mate-panel-e1f3e5a08411bf396291583ede7e4dab0dd7a092.tar.bz2 mate-panel-e1f3e5a08411bf396291583ede7e4dab0dd7a092.tar.xz |
mate-panel: Include gdkconfig.h only in GTK2
Diffstat (limited to 'mate-panel/libegg/eggsmclient-private.h')
-rw-r--r-- | mate-panel/libegg/eggsmclient-private.h | 2 |
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 |