diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-25 17:53:36 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-25 17:53:36 +0200 |
commit | be18c20c9ec7de9a18e9bec1bb076c092ecc8a31 (patch) | |
tree | 74b50a5d5016d07443d56af1f3a5716d7151c67e /egg/eggsmclient-private.h | |
parent | b00ce6d2189e0ec7fe4466550bbb8b9265d98833 (diff) | |
download | mate-session-manager-be18c20c9ec7de9a18e9bec1bb076c092ecc8a31.tar.bz2 mate-session-manager-be18c20c9ec7de9a18e9bec1bb076c092ecc8a31.tar.xz |
Dont include gdkconfig.h in GTK3
Diffstat (limited to 'egg/eggsmclient-private.h')
-rw-r--r-- | egg/eggsmclient-private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/egg/eggsmclient-private.h b/egg/eggsmclient-private.h index 62a0b4f..84da51b 100644 --- a/egg/eggsmclient-private.h +++ b/egg/eggsmclient-private.h @@ -20,7 +20,10 @@ #ifndef __EGG_SM_CLIENT_PRIVATE_H__ #define __EGG_SM_CLIENT_PRIVATE_H__ +#include <gtk/gtk.h> +#if !GTK_CHECK_VERSION (3, 0, 0) #include <gdkconfig.h> +#endif #include "eggsmclient.h" #ifdef __cplusplus |