diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-17 16:46:35 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-17 16:46:35 +0100 |
commit | 498029959d823be5c7bb8d725405d347a563d813 (patch) | |
tree | 5ef81d5e90bf68f9cc4b728e4da71cb008bba26d /libeggsmclient/eggsmclient-private.h | |
parent | 98ab77a037034879e44642aa105cabcfb0d30401 (diff) | |
download | mate-utils-498029959d823be5c7bb8d725405d347a563d813.tar.bz2 mate-utils-498029959d823be5c7bb8d725405d347a563d813.tar.xz |
libeggsmclient: Add GTK3 support
Diffstat (limited to 'libeggsmclient/eggsmclient-private.h')
-rw-r--r-- | libeggsmclient/eggsmclient-private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libeggsmclient/eggsmclient-private.h b/libeggsmclient/eggsmclient-private.h index 2e41d6d9..d13035bf 100644 --- a/libeggsmclient/eggsmclient-private.h +++ b/libeggsmclient/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" G_BEGIN_DECLS |