diff options
Diffstat (limited to 'make/stub_includes')
-rw-r--r-- | make/stub_includes/x11/window-lib.c | 2 |
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); |