From 5c9095731e7995974de2468debbf1b82593445fd Mon Sep 17 00:00:00 2001 From: Jason Penney Date: Thu, 30 Oct 2014 06:09:59 -0400 Subject: allow build if GDK_WINDOWING_X11 not set --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/util.h b/src/util.h index f9db4bea..ada73b14 100644 --- a/src/util.h +++ b/src/util.h @@ -6,6 +6,8 @@ #ifdef GDK_WINDOWING_X11 #include +#else +typedef gint Window; #endif G_BEGIN_DECLS -- cgit