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

NAME

6       xcb_poly_point -
7

SYNOPSIS

9       #include <xcb/xproto.h>
10
11   Request function
12       xcb_void_cookie_t xcb_poly_point(xcb_connection_t *conn,
13              uint8_t coordinate_mode, xcb_drawable_t drawable,
14              xcb_gcontext_t gc, uint32_t points_len, const
15              xcb_point_t *points);
16

REQUEST ARGUMENTS

18       conn      The XCB connection to X11.
19
20       coordinate_mode
21                 One of the following values:
22
23                 XCB_COORD_MODE_ORIGIN
24                           Treats all coordinates as relative to the origin.
25
26                 XCB_COORD_MODE_PREVIOUS
27                           Treats all coordinates after the first as relative
28                           to the previous coordinate.
29                 TODO: NOT YET DOCUMENTED.
30
31       drawable  TODO: NOT YET DOCUMENTED.
32
33       gc        TODO: NOT YET DOCUMENTED.
34
35       points_len
36                 TODO: NOT YET DOCUMENTED.
37
38       points    TODO: NOT YET DOCUMENTED.
39

DESCRIPTION

RETURN VALUE

42       Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
43       event loop.
44
45       If you want to handle errors directly with xcb_request_check instead,
46       use xcb_poly_point_checked. See xcb-requests(3) for details.
47

ERRORS

49       This request does never generate any errors.
50

SEE ALSO

AUTHOR

53       Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
54       rections and improvements.
55
56
57
58X Version 11                      libxcb 1.13                xcb_poly_point(3)
Impressum