summaryrefslogtreecommitdiff
path: root/plugins/gtkui/support.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-10-09 20:32:25 +0200
committerGravatar waker <wakeroid@gmail.com>2011-10-09 20:32:25 +0200
commit829504302c867501c625c17b4a4b94d60a7c6cb0 (patch)
tree216ba88a5cc781030852c0615a9e892eec4d1d8f /plugins/gtkui/support.h
parent00b1ac396170eca14269fa377bfb170adbc6755e (diff)
gdkkeysyms-compat.h fix
Diffstat (limited to 'plugins/gtkui/support.h')
-rw-r--r--plugins/gtkui/support.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/gtkui/support.h b/plugins/gtkui/support.h
index f5972602..06833adc 100644
--- a/plugins/gtkui/support.h
+++ b/plugins/gtkui/support.h
@@ -7,7 +7,11 @@
#endif
#include <gtk/gtk.h>
+#if GTK_CHECK_VERSION(3,0,0)
#include <gdk/gdkkeysyms-compat.h>
+#else
+#include <gdk/gdkkeysyms.h>
+#endif
/*
* Standard gettext macros.