allow build if GDK_WINDOWING_X11 not set

This commit is contained in:
Jason Penney 2014-10-30 06:09:59 -04:00 committed by Arx Cruz
parent 4fe3fa98d9
commit 5c9095731e
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
#else
typedef gint Window;
#endif
G_BEGIN_DECLS