1xcb_clear_area(3) XCB Requests xcb_clear_area(3)
2
3
4
6 xcb_clear_area -
7
9 #include <xcb/xproto.h>
10
11 Request function
12 xcb_void_cookie_t xcb_clear_area(xcb_connection_t *conn,
13 uint8_t exposures, xcb_window_t window, int16_t x, int16_t y,
14 uint16_t width, uint16_t height);
15
17 conn The XCB connection to X11.
18
19 exposures TODO: NOT YET DOCUMENTED.
20
21 window TODO: NOT YET DOCUMENTED.
22
23 x TODO: NOT YET DOCUMENTED.
24
25 y TODO: NOT YET DOCUMENTED.
26
27 width TODO: NOT YET DOCUMENTED.
28
29 height TODO: NOT YET DOCUMENTED.
30
33 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
34 event loop.
35
36 If you want to handle errors directly with xcb_request_check instead,
37 use xcb_clear_area_checked. See xcb-requests(3) for details.
38
40 This request does never generate any errors.
41
44 Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
45 rections and improvements.
46
47
48
49X Version 11 libxcb 1.13.1 xcb_clear_area(3)