xcb_put_image_checked

@param c The connection @return 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().

extern (C)
xcb_put_image_checked
(,
ubyte format
,,,
ushort width
,
ushort height
,
short dst_x
,
short dst_y
,
ubyte left_pad
,
ubyte depth
,,
const ubyte* data
)

Meta