[geany/geany] c54639: Include keysyms compatibility header on GTK3
Colomban Wendling
git-noreply at xxxxx
Sun Mar 10 16:23:28 UTC 2013
Branch: refs/heads/master
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