xcb-d v2.1.0+1.11.1 (2016-01-11T21:50:00Z)
Dub
Repo
xcb_shm_put_image_request_t
xcb
shm
@brief xcb_shm_put_image_request_t
extern (
C
)
struct
xcb_shm_put_image_request_t {
ubyte
major_opcode
;
ubyte
minor_opcode
;
ushort
length
;
xcb_drawable_t
drawable
;
xcb_gcontext_t
gc
;
ushort
total_width
;
ushort
total_height
;
ushort
src_x
;
ushort
src_y
;
ushort
src_width
;
ushort
src_height
;
short
dst_x
;
short
dst_y
;
ubyte
depth
;
ubyte
format
;
ubyte
send_event
;
ubyte
pad0
;
xcb_shm_seg_t
shmseg
;
uint
offset
;
}
Members
Variables
depth
ubyte
depth
;
<
drawable
xcb_drawable_t
drawable
;
<
dst_x
short
dst_x
;
<
dst_y
short
dst_y
;
<
format
ubyte
format
;
<
gc
xcb_gcontext_t
gc
;
<
length
ushort
length
;
<
major_opcode
ubyte
major_opcode
;
<
minor_opcode
ubyte
minor_opcode
;
<
offset
uint
offset
;
<
pad0
ubyte
pad0
;
<
send_event
ubyte
send_event
;
<
shmseg
xcb_shm_seg_t
shmseg
;
<
src_height
ushort
src_height
;
<
src_width
ushort
src_width
;
<
src_x
ushort
src_x
;
<
src_y
ushort
src_y
;
<
total_height
ushort
total_height
;
<
total_width
ushort
total_width
;
<
Meta
Source
See Implementation
xcb
shm
aliases
xcb_shm_bad_seg_error_t
xcb_shm_seg_t
functions
xcb_shm_attach
xcb_shm_attach_checked
xcb_shm_attach_fd
xcb_shm_attach_fd_checked
xcb_shm_create_pixmap
xcb_shm_create_pixmap_checked
xcb_shm_create_segment
xcb_shm_create_segment_reply
xcb_shm_create_segment_reply_fds
xcb_shm_create_segment_unchecked
xcb_shm_detach
xcb_shm_detach_checked
xcb_shm_get_image
xcb_shm_get_image_reply
xcb_shm_get_image_unchecked
xcb_shm_put_image
xcb_shm_put_image_checked
xcb_shm_query_version
xcb_shm_query_version_reply
xcb_shm_query_version_unchecked
xcb_shm_seg_end
xcb_shm_seg_next
manifest constants
XCB_SHM_ATTACH
XCB_SHM_ATTACH_FD
XCB_SHM_BAD_SEG
XCB_SHM_COMPLETION
XCB_SHM_CREATE_PIXMAP
XCB_SHM_CREATE_SEGMENT
XCB_SHM_DETACH
XCB_SHM_GET_IMAGE
XCB_SHM_PUT_IMAGE
XCB_SHM_QUERY_VERSION
static variables
xcb_shm_id
structs
xcb_shm_attach_fd_request_t
xcb_shm_attach_request_t
xcb_shm_completion_event_t
xcb_shm_create_pixmap_request_t
xcb_shm_create_segment_cookie_t
xcb_shm_create_segment_reply_t
xcb_shm_create_segment_request_t
xcb_shm_detach_request_t
xcb_shm_get_image_cookie_t
xcb_shm_get_image_reply_t
xcb_shm_get_image_request_t
xcb_shm_put_image_request_t
xcb_shm_query_version_cookie_t
xcb_shm_query_version_reply_t
xcb_shm_query_version_request_t
xcb_shm_seg_iterator_t
variables
XCB_SHM_MAJOR_VERSION
XCB_SHM_MINOR_VERSION
@brief xcb_shm_put_image_request_t