pidgin/plugins/gestures/stroke-draw.c

branch
cpw.qulogic.gtk3-required
changeset 33170
ce4447562d64
parent 33133
9a31f084f259
child 33270
a6493d38dc28
--- a/pidgin/plugins/gestures/stroke-draw.c	Mon Jul 23 20:18:25 2012 -0400
+++ b/pidgin/plugins/gestures/stroke-draw.c	Mon Jul 23 22:52:00 2012 -0400
@@ -19,6 +19,8 @@
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 
+#include "gtk3compat.h"
+
 static void gstroke_invisible_window_init (GtkWidget *widget);
 /*FIXME: Maybe these should be put in a structure, and not static...*/
 static Display * gstroke_disp = NULL;

mercurial