XWM XCB Protocol Implementation.
More...
|
xcb_xwm_query_version_cookie_t | xcb_xwm_query_version (xcb_connection_t *c, uint32_t major_version, uint32_t minor_version) |
|
xcb_xwm_query_version_cookie_t | xcb_xwm_query_version_unchecked (xcb_connection_t *c, uint32_t major_version, uint32_t minor_version) |
|
xcb_xwm_query_version_reply_t * | xcb_xwm_query_version_reply (xcb_connection_t *c, xcb_xwm_query_version_cookie_t cookie, xcb_generic_error_t **e) |
|
xcb_void_cookie_t | xcb_xwm_set_virtual_vblank_interval_checked (xcb_connection_t *c, uint32_t interval_ms) |
|
xcb_void_cookie_t | xcb_xwm_set_virtual_vblank_interval (xcb_connection_t *c, uint32_t interval_ms) |
|
xcb_void_cookie_t | xcb_xwm_add_display_checked (xcb_connection_t *c, int32_t id, int16_t x, int16_t y, uint16_t width, uint16_t height, uint16_t rotation) |
|
xcb_void_cookie_t | xcb_xwm_add_display (xcb_connection_t *c, int32_t id, int16_t x, int16_t y, uint16_t width, uint16_t height, uint16_t rotation) |
|
xcb_void_cookie_t | xcb_xwm_remove_display_checked (xcb_connection_t *c, int32_t id) |
|
xcb_void_cookie_t | xcb_xwm_remove_display (xcb_connection_t *c, int32_t id) |
|
xcb_void_cookie_t | xcb_xwm_set_mode_checked (xcb_connection_t *c, int32_t id, uint16_t width, uint16_t height, uint16_t rotation, uint16_t refreshRate) |
|
xcb_void_cookie_t | xcb_xwm_set_mode (xcb_connection_t *c, int32_t id, uint16_t width, uint16_t height, uint16_t rotation, uint16_t refreshRate) |
|
XWM XCB Protocol Implementation.
◆ XCB_XWM_ADD_DISPLAY
#define XCB_XWM_ADD_DISPLAY 2 |
Opcode for xcb_xwm_add_display.
◆ XCB_XWM_QUERY_VERSION
#define XCB_XWM_QUERY_VERSION 0 |
Opcode for xcb_xwm_query_version.
◆ XCB_XWM_REMOVE_DISPLAY
#define XCB_XWM_REMOVE_DISPLAY 3 |
Opcode for xcb_xwm_remove_display.
◆ XCB_XWM_SET_MODE
#define XCB_XWM_SET_MODE 4 |
Opcode for xcb_xwm_set_mode.
◆ XCB_XWM_SET_VIRTUAL_VBLANK_INTERVAL
#define XCB_XWM_SET_VIRTUAL_VBLANK_INTERVAL 1 |
Opcode for xcb_xwm_set_virtual_vblank_interval.
◆ xcb_xwm_add_display()
- Parameters
-
- Returns
- A cookie
Delivers a request to the X server.
◆ xcb_xwm_add_display_checked()
- Parameters
-
- Returns
- A cookie
Delivers a request to the X server.
This form can be used only if the request will not cause a reply to be generated. Any returned error will be saved for handling by xcb_request_check().
◆ xcb_xwm_query_version()
- Parameters
-
- Returns
- A cookie
Delivers a request to the X server.
◆ xcb_xwm_query_version_reply()
Return the reply
- Parameters
-
Returns the reply of the request asked by
The parameter e
supplied to this function must be NULL if xcb_xwm_query_version_unchecked(). is used. Otherwise, it stores the error if any.
The returned value must be freed by the caller using free().
◆ xcb_xwm_query_version_unchecked()
- Parameters
-
- Returns
- A cookie
Delivers a request to the X server.
This form can be used only if the request will cause a reply to be generated. Any returned error will be placed in the event queue.
◆ xcb_xwm_remove_display()
- Parameters
-
- Returns
- A cookie
Delivers a request to the X server.
◆ xcb_xwm_remove_display_checked()
- Parameters
-
- Returns
- A cookie
Delivers a request to the X server.
This form can be used only if the request will not cause a reply to be generated. Any returned error will be saved for handling by xcb_request_check().
◆ xcb_xwm_set_mode()
- Parameters
-
- Returns
- A cookie
Delivers a request to the X server.
◆ xcb_xwm_set_mode_checked()
- Parameters
-
- Returns
- A cookie
Delivers a request to the X server.
This form can be used only if the request will not cause a reply to be generated. Any returned error will be saved for handling by xcb_request_check().
◆ xcb_xwm_set_virtual_vblank_interval()
- Parameters
-
- Returns
- A cookie
Delivers a request to the X server.
◆ xcb_xwm_set_virtual_vblank_interval_checked()
- Parameters
-
- Returns
- A cookie
Delivers a request to the X server.
This form can be used only if the request will not cause a reply to be generated. Any returned error will be saved for handling by xcb_request_check().