Searched defs:LibXcbExports (Results 1 – 2 of 2) sorted by relevance
21 struct LibXcbExports struct23 LibXcbExports() {} in LibXcbExports() argument26 …cb_gcontext_t cid, xcb_drawable_t drawable, uint32_t value_mask, const void *value_list) = nullptr;27 int (*xcb_flush)(xcb_connection_t *c) = nullptr;28 xcb_void_cookie_t (*xcb_free_gc)(xcb_connection_t *c, xcb_gcontext_t gc) = nullptr;29 uint32_t (*xcb_generate_id)(xcb_connection_t *c) = nullptr;30 …_get_geometry_cookie_t (*xcb_get_geometry)(xcb_connection_t *c, xcb_drawable_t drawable) = nullptr;31 …y_reply)(xcb_connection_t *c, xcb_get_geometry_cookie_t cookie, xcb_generic_error_t **e) = nullptr;55 LibXcbExports *operator->(); argument
21 LibXcbExports::LibXcbExports(void *libxcb, void *libshm) in LibXcbExports() function in LibXcbExports