xcb_xinerama_get_state_reply (3) Linux Manual Page
xcb_xinerama_get_state – Synopsis #include <xcb/xinerama.h> Request function xcb_xinerama_get_state_cookie_t xcb_xinerama_get_state(xcb_connection_t *conn, xcb_window_t window); Reply datastructure typedef struct xcb_xinerama_get_state_reply_t { uint8_t response_type; uint8_t state; uint16_t sequence; uint32_t length; xcb_window_t window; } xcb_xinerama_get_state_reply_t; Reply function xcb_xinerama_get_state_reply_t *xcb_xinerama_get_state_reply(xcb_connection_t *conn, xcb_xinerama_get_state_cookie_t cookie, xcb_generic_error_t **e); Request Arguments conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. Reply Fields response_type The type of…
