1xcb_fill_poly(3) XCB Requests xcb_fill_poly(3)
2
3
4
6 xcb_fill_poly -
7
9 #include <xcb/xproto.h>
10
11 Request function
12 xcb_void_cookie_t xcb_fill_poly(xcb_connection_t *conn,
13 xcb_drawable_t drawable, xcb_gcontext_t gc, uint8_t shape,
14 uint8_t coordinate_mode, uint32_t points_len, const
15 xcb_point_t *points);
16
18 conn The XCB connection to X11.
19
20 drawable TODO: NOT YET DOCUMENTED.
21
22 gc TODO: NOT YET DOCUMENTED.
23
24 shape One of the following values:
25
26 XCB_POLY_SHAPE_COMPLEX
27 TODO: NOT YET DOCUMENTED.
28
29 XCB_POLY_SHAPE_NONCONVEX
30 TODO: NOT YET DOCUMENTED.
31
32 XCB_POLY_SHAPE_CONVEX
33 TODO: NOT YET DOCUMENTED.
34 TODO: NOT YET DOCUMENTED.
35
36 coordinate_mode
37 One of the following values:
38
39 XCB_COORD_MODE_ORIGIN
40 Treats all coordinates as relative to the origin.
41
42 XCB_COORD_MODE_PREVIOUS
43 Treats all coordinates after the first as relative
44 to the previous coordinate.
45 TODO: NOT YET DOCUMENTED.
46
47 points_len
48 One of the following values:
49
50 XCB_COORD_MODE_ORIGIN
51 Treats all coordinates as relative to the origin.
52
53 XCB_COORD_MODE_PREVIOUS
54 Treats all coordinates after the first as relative
55 to the previous coordinate.
56 TODO: NOT YET DOCUMENTED.
57
58 points One of the following values:
59
60 XCB_COORD_MODE_ORIGIN
61 Treats all coordinates as relative to the origin.
62
63 XCB_COORD_MODE_PREVIOUS
64 Treats all coordinates after the first as relative
65 to the previous coordinate.
66 TODO: NOT YET DOCUMENTED.
67
70 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
71 event loop.
72
73 If you want to handle errors directly with xcb_request_check instead,
74 use xcb_fill_poly_checked. See xcb-requests(3) for details.
75
77 This request does never generate any errors.
78
81 Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
82 rections and improvements.
83
84
85
86X Version 11 libxcb 1.13.1 xcb_fill_poly(3)