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

NAME

6       xcb_xfixes_expand_region -
7

SYNOPSIS

9       #include <xcb/xfixes.h>
10
11   Request function
12       xcb_void_cookie_t xcb_xfixes_expand_region(xcb_connection_t *conn,
13              xcb_xfixes_region_t source, xcb_xfixes_region_t destination,
14              uint16_t left, uint16_t right, uint16_t top, uint16_t bottom);
15

REQUEST ARGUMENTS

17       conn      The XCB connection to X11.
18
19       source    TODO: NOT YET DOCUMENTED.
20
21       destination
22                 TODO: NOT YET DOCUMENTED.
23
24       left      TODO: NOT YET DOCUMENTED.
25
26       right     TODO: NOT YET DOCUMENTED.
27
28       top       TODO: NOT YET DOCUMENTED.
29
30       bottom    TODO: NOT YET DOCUMENTED.
31

DESCRIPTION

RETURN VALUE

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

ERRORS

41       This request does never generate any errors.
42

SEE ALSO

AUTHOR

45       Generated from xfixes.xml. Contact xcb@lists.freedesktop.org for cor‐
46       rections and improvements.
47
48
49
50X Version 11                      libxcb 1.13      xcb_xfixes_expand_region(3)
Impressum