summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-01-17 16:46:35 +0100
committerStefano Karapetsas <[email protected]>2014-01-17 16:46:35 +0100
commit498029959d823be5c7bb8d725405d347a563d813 (patch)
tree5ef81d5e90bf68f9cc4b728e4da71cb008bba26d
parent98ab77a037034879e44642aa105cabcfb0d30401 (diff)
downloadmate-utils-498029959d823be5c7bb8d725405d347a563d813.tar.bz2
mate-utils-498029959d823be5c7bb8d725405d347a563d813.tar.xz
libeggsmclient: Add GTK3 support
-rw-r--r--libeggsmclient/eggsmclient-private.h3
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