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

NAME

6       xcb_poly_rectangle -
7

SYNOPSIS

9       #include <xcb/xproto.h>
10
11   Request function
12       xcb_void_cookie_t xcb_poly_rectangle(xcb_connection_t *conn,
13              xcb_drawable_t drawable, xcb_gcontext_t gc,
14              uint32_t rectangles_len, const xcb_rectangle_t *rectangles);
15

REQUEST ARGUMENTS

17       conn      The XCB connection to X11.
18
19       drawable  TODO: NOT YET DOCUMENTED.
20
21       gc        TODO: NOT YET DOCUMENTED.
22
23       rectangles_len
24                 TODO: NOT YET DOCUMENTED.
25
26       rectangles
27                 TODO: NOT YET DOCUMENTED.
28

DESCRIPTION

RETURN VALUE

31       Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
32       event loop.
33
34       If you want to handle errors directly with xcb_request_check instead,
35       use xcb_poly_rectangle_checked. See xcb-requests(3) for details.
36

ERRORS

38       This request does never generate any errors.
39

SEE ALSO

AUTHOR

42       Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
43       rections and improvements.
44
45
46
47X Version 11                      libxcb 1.13            xcb_poly_rectangle(3)
Impressum