diff options
Diffstat (limited to 'libX11/src/Xxcbint.h')
-rw-r--r-- | libX11/src/Xxcbint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libX11/src/Xxcbint.h b/libX11/src/Xxcbint.h index a8c9a670b..bf41c23ff 100644 --- a/libX11/src/Xxcbint.h +++ b/libX11/src/Xxcbint.h @@ -46,4 +46,6 @@ typedef struct _X11XCBPrivate { int _XConnectXCB(Display *dpy, _Xconst char *display, int *screenp); void _XFreeX11XCBStructure(Display *dpy); +unsigned long _XNextRequest(Display *dpy); + #endif /* XXCBINT_H */ |