[gimp] app: #include "widgets-types.h" so the GDK_KEY_foo defines are there



commit d92b22c567e2eadee34a7913da021a6d6e6af09d
Author: Michael Natterer <mitch gimp org>
Date:   Tue Mar 29 22:39:34 2011 +0200

    app: #include "widgets-types.h" so the GDK_KEY_foo defines are there

 app/widgets/gimptextproxy.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/widgets/gimptextproxy.c b/app/widgets/gimptextproxy.c
index d46d52e..5d388b1 100644
--- a/app/widgets/gimptextproxy.c
+++ b/app/widgets/gimptextproxy.c
@@ -23,6 +23,8 @@
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 
+#include "widgets-types.h"
+
 #include "core/gimpmarshal.h"
 
 #include "gimptextproxy.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]