diff options
Diffstat (limited to 'src/xcb.h')
-rw-r--r-- | src/xcb.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -408,6 +408,11 @@ xcb_connection_t *xcb_connect(const char *displayname, int *screenp); xcb_connection_t *xcb_connect_to_display_with_auth_info(const char *display, xcb_auth_info_t *auth, int *screen); +/* xcb_xid.c */ + +uint32_t xcb_generate_id(xcb_connection_t *c); + + /** * @} */ |