diff options
Diffstat (limited to 'make/stub_includes')
-rw-r--r-- | make/stub_includes/x11/window-lib.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/make/stub_includes/x11/window-lib.c b/make/stub_includes/x11/window-lib.c index 7b6da3c65..bc5df4ae4 100644 --- a/make/stub_includes/x11/window-lib.c +++ b/make/stub_includes/x11/window-lib.c @@ -8,6 +8,8 @@ #define _Xconst const #endif /* _Xconst */ +#include <XineramaHelper.h> + extern intptr_t XSynchronize(Display *display, Bool onoff); extern int XFlush(Display *display); @@ -52,9 +54,6 @@ extern int XFree( void* /* data */ ); -// Helper routine for querying whether Xinerama is enabled. -Bool XineramaEnabled(Display* display); - // Routines for changing gamma settings. // Note that these are not currently supported on Solaris. Bool XF86VidModeGetGammaRampSize( |