diff options
Diffstat (limited to 'X11/Xlib-xcb.h')
-rw-r--r-- | X11/Xlib-xcb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/X11/Xlib-xcb.h b/X11/Xlib-xcb.h index b88e2e7a9..03d8f9867 100644 --- a/X11/Xlib-xcb.h +++ b/X11/Xlib-xcb.h @@ -6,10 +6,15 @@ #include <xcb/xcb.h> #include <X11/Xlib.h> +#include <X11/Xfuncproto.h> + +_XFUNCPROTOBEGIN xcb_connection_t *XGetXCBConnection(Display *dpy); enum XEventQueueOwner { XlibOwnsEventQueue = 0, XCBOwnsEventQueue }; void XSetEventQueueOwner(Display *dpy, enum XEventQueueOwner owner); +_XFUNCPROTOEND + #endif /* XLIB_XCB_H */ |