[geany/geany] c54639: Include keysyms compatibility header on GTK3

Colomban Wendling git-noreply at geany.org
Tue Jan 29 14:35:06 UTC 2013


Branch:      refs/heads/gtk3-support
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 08 Oct 2012 18:08:06 UTC
Commit:      c54639c0e12b7ba63888c612a855ce3a76e2bd00
             https://github.com/geany/geany/commit/c54639c0e12b7ba63888c612a855ce3a76e2bd00

Log Message:
-----------
Include keysyms compatibility header on GTK3


Modified Paths:
--------------
    src/gtkcompat.h

Modified: src/gtkcompat.h
3 files changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -24,6 +24,9 @@
 #define GTK_COMPAT_H
 
 #include <gtk/gtk.h>
+#if GTK_CHECK_VERSION(3, 0, 0)
+#	include <gdk/gdkkeysyms-compat.h>
+#endif
 
 G_BEGIN_DECLS
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list