1xcb_fill_poly(3)                 XCB Requests                 xcb_fill_poly(3)
2
3
4

NAME

6       xcb_fill_poly -
7

SYNOPSIS

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

REQUEST ARGUMENTS

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                 TODO: NOT YET DOCUMENTED.
49
50       points    TODO: NOT YET DOCUMENTED.
51

DESCRIPTION

RETURN VALUE

54       Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
55       event loop.
56
57       If you want to handle errors directly with xcb_request_check instead,
58       use xcb_fill_poly_checked. See xcb-requests(3) for details.
59

ERRORS

61       This request does never generate any errors.
62

SEE ALSO

AUTHOR

65       Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
66       rections and improvements.
67
68
69
70X Version 11                     libxcb 1.13.1                xcb_fill_poly(3)
Impressum