[Xfce4-commits] [apps/xfce4-taskmanager] 05/15: include gdk/gdkkeysyms-compat.h to get GDK_Menu #define
noreply at xfce.org
noreply at xfce.org
Mon Dec 8 23:02:04 CET 2014
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch landry/gtk3
in repository apps/xfce4-taskmanager.
commit 2cf4aef9f7ae7d6ea3b156e547a45ddef0882f2d
Author: Landry Breuil <landry at xfce.org>
Date: Mon Dec 8 22:38:20 2014 +0100
include gdk/gdkkeysyms-compat.h to get GDK_Menu #define
---
src/process-tree-view.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/process-tree-view.c b/src/process-tree-view.c
index f7fc68e..e6f6ffd 100644
--- a/src/process-tree-view.c
+++ b/src/process-tree-view.c
@@ -15,7 +15,9 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
-
+#ifdef HAVE_GTK3
+#include <gdk/gdkkeysyms-compat.h>
+#endif
#include "process-tree-model.h"
#include "process-tree-view.h"
#include "task-manager.h"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list