aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-22 12:47:58 +0100
committerSven Gothel <[email protected]>2010-11-22 12:47:58 +0100
commit350b35a202fcc268b9d732b305418b2e76746501 (patch)
tree60055b3363472260fe6c0b907e9902fd8f6053d2 /make/stub_includes
parentf3169b6cfb8d8b1ba741ad9dcef82ddde64e108a (diff)
NativeWindow: Fix XSynchronize gluegen
Diffstat (limited to 'make/stub_includes')
-rw-r--r--make/stub_includes/x11/window-lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/stub_includes/x11/window-lib.c b/make/stub_includes/x11/window-lib.c
index 9affa8427..5f33572bb 100644
--- a/make/stub_includes/x11/window-lib.c
+++ b/make/stub_includes/x11/window-lib.c
@@ -7,7 +7,7 @@
#define _Xconst const
#endif /* _Xconst */
-extern Bool XSynchronize(Display *display, Bool onoff);
+extern intptr_t XSynchronize(Display *display, Bool onoff);
extern int XFlush(Display *display);
extern int XSync(Display *display, Bool discard);