allow build if GDK_WINDOWING_X11 not set
This commit is contained in:
parent
4fe3fa98d9
commit
5c9095731e
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
#ifdef GDK_WINDOWING_X11
|
#ifdef GDK_WINDOWING_X11
|
||||||
#include <gdk/gdkx.h>
|
#include <gdk/gdkx.h>
|
||||||
|
#else
|
||||||
|
typedef gint Window;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
Reference in New Issue
Block a user