|
Data Structures |
struct | xcb_shm_seg_iterator_t |
| xcb_shm_seg_iterator_t More...
|
struct | xcb_shm_completion_event_t |
| xcb_shm_completion_event_t More...
|
struct | xcb_shm_query_version_cookie_t |
| xcb_shm_query_version_cookie_t More...
|
struct | xcb_shm_query_version_request_t |
| xcb_shm_query_version_request_t More...
|
struct | xcb_shm_query_version_reply_t |
| xcb_shm_query_version_reply_t More...
|
struct | xcb_shm_attach_request_t |
| xcb_shm_attach_request_t More...
|
struct | xcb_shm_detach_request_t |
| xcb_shm_detach_request_t More...
|
struct | xcb_shm_put_image_request_t |
| xcb_shm_put_image_request_t More...
|
struct | xcb_shm_get_image_cookie_t |
| xcb_shm_get_image_cookie_t More...
|
struct | xcb_shm_get_image_request_t |
| xcb_shm_get_image_request_t More...
|
struct | xcb_shm_get_image_reply_t |
| xcb_shm_get_image_reply_t More...
|
struct | xcb_shm_create_pixmap_request_t |
| xcb_shm_create_pixmap_request_t More...
|
Defines |
#define | XCB_SHM_MAJOR_VERSION 1 |
#define | XCB_SHM_MINOR_VERSION 1 |
#define | XCB_SHM_COMPLETION 0 |
#define | XCB_SHM_BAD_SEG 0 |
#define | XCB_SHM_QUERY_VERSION 0 |
#define | XCB_SHM_ATTACH 1 |
#define | XCB_SHM_DETACH 2 |
#define | XCB_SHM_PUT_IMAGE 3 |
#define | XCB_SHM_GET_IMAGE 4 |
#define | XCB_SHM_CREATE_PIXMAP 5 |
Typedefs |
typedef uint32_t | xcb_shm_seg_t |
typedef xcb_shm_seg_iterator_t | xcb_shm_seg_iterator_t |
| xcb_shm_seg_iterator_t
|
typedef xcb_shm_completion_event_t | xcb_shm_completion_event_t |
| xcb_shm_completion_event_t
|
typedef xcb_value_error_t | xcb_shm_bad_seg_error_t |
typedef xcb_shm_query_version_cookie_t | xcb_shm_query_version_cookie_t |
| xcb_shm_query_version_cookie_t
|
typedef xcb_shm_query_version_request_t | xcb_shm_query_version_request_t |
| xcb_shm_query_version_request_t
|
typedef xcb_shm_query_version_reply_t | xcb_shm_query_version_reply_t |
| xcb_shm_query_version_reply_t
|
typedef xcb_shm_attach_request_t | xcb_shm_attach_request_t |
| xcb_shm_attach_request_t
|
typedef xcb_shm_detach_request_t | xcb_shm_detach_request_t |
| xcb_shm_detach_request_t
|
typedef xcb_shm_put_image_request_t | xcb_shm_put_image_request_t |
| xcb_shm_put_image_request_t
|
typedef xcb_shm_get_image_cookie_t | xcb_shm_get_image_cookie_t |
| xcb_shm_get_image_cookie_t
|
typedef xcb_shm_get_image_request_t | xcb_shm_get_image_request_t |
| xcb_shm_get_image_request_t
|
typedef xcb_shm_get_image_reply_t | xcb_shm_get_image_reply_t |
| xcb_shm_get_image_reply_t
|
typedef xcb_shm_create_pixmap_request_t | xcb_shm_create_pixmap_request_t |
| xcb_shm_create_pixmap_request_t
|
Functions |
void | xcb_shm_seg_next (xcb_shm_seg_iterator_t *i) |
xcb_generic_iterator_t | xcb_shm_seg_end (xcb_shm_seg_iterator_t i) |
xcb_shm_query_version_cookie_t | xcb_shm_query_version (xcb_connection_t *c) |
xcb_shm_query_version_cookie_t | xcb_shm_query_version_unchecked (xcb_connection_t *c) |
xcb_shm_query_version_reply_t * | xcb_shm_query_version_reply (xcb_connection_t *c, xcb_shm_query_version_cookie_t cookie, xcb_generic_error_t **e) |
xcb_void_cookie_t | xcb_shm_attach_checked (xcb_connection_t *c, xcb_shm_seg_t shmseg, uint32_t shmid, uint8_t read_only) |
xcb_void_cookie_t | xcb_shm_attach (xcb_connection_t *c, xcb_shm_seg_t shmseg, uint32_t shmid, uint8_t read_only) |
xcb_void_cookie_t | xcb_shm_detach_checked (xcb_connection_t *c, xcb_shm_seg_t shmseg) |
xcb_void_cookie_t | xcb_shm_detach (xcb_connection_t *c, xcb_shm_seg_t shmseg) |
xcb_void_cookie_t | xcb_shm_put_image_checked (xcb_connection_t *c, xcb_drawable_t drawable, xcb_gcontext_t gc, uint16_t total_width, uint16_t total_height, uint16_t src_x, uint16_t src_y, uint16_t src_width, uint16_t src_height, int16_t dst_x, int16_t dst_y, uint8_t depth, uint8_t format, uint8_t send_event, xcb_shm_seg_t shmseg, uint32_t offset) |
xcb_void_cookie_t | xcb_shm_put_image (xcb_connection_t *c, xcb_drawable_t drawable, xcb_gcontext_t gc, uint16_t total_width, uint16_t total_height, uint16_t src_x, uint16_t src_y, uint16_t src_width, uint16_t src_height, int16_t dst_x, int16_t dst_y, uint8_t depth, uint8_t format, uint8_t send_event, xcb_shm_seg_t shmseg, uint32_t offset) |
xcb_shm_get_image_cookie_t | xcb_shm_get_image (xcb_connection_t *c, xcb_drawable_t drawable, int16_t x, int16_t y, uint16_t width, uint16_t height, uint32_t plane_mask, uint8_t format, xcb_shm_seg_t shmseg, uint32_t offset) |
xcb_shm_get_image_cookie_t | xcb_shm_get_image_unchecked (xcb_connection_t *c, xcb_drawable_t drawable, int16_t x, int16_t y, uint16_t width, uint16_t height, uint32_t plane_mask, uint8_t format, xcb_shm_seg_t shmseg, uint32_t offset) |
xcb_shm_get_image_reply_t * | xcb_shm_get_image_reply (xcb_connection_t *c, xcb_shm_get_image_cookie_t cookie, xcb_generic_error_t **e) |
xcb_void_cookie_t | xcb_shm_create_pixmap_checked (xcb_connection_t *c, xcb_pixmap_t pid, xcb_drawable_t drawable, uint16_t width, uint16_t height, uint8_t depth, xcb_shm_seg_t shmseg, uint32_t offset) |
xcb_void_cookie_t | xcb_shm_create_pixmap (xcb_connection_t *c, xcb_pixmap_t pid, xcb_drawable_t drawable, uint16_t width, uint16_t height, uint8_t depth, xcb_shm_seg_t shmseg, uint32_t offset) |
Variables |
xcb_extension_t | xcb_shm_id |