1xcb_composite_unredirect_window(3)XCB Requestsxcb_composite_unredirect_window(3)
2
3
4

NAME

6       xcb_composite_unredirect_window -
7

SYNOPSIS

9       #include <xcb/composite.h>
10
11   Request function
12       xcb_void_cookie_t
13              xcb_composite_unredirect_window(xcb_connection_t *conn,
14              xcb_window_t window, uint8_t update);
15

REQUEST ARGUMENTS

17       conn      The XCB connection to X11.
18
19       window    TODO: NOT YET DOCUMENTED.
20
21       update    TODO: NOT YET DOCUMENTED.
22

DESCRIPTION

RETURN VALUE

25       Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
26       event loop.
27
28       If you want to handle errors directly with xcb_request_check instead,
29       use xcb_composite_unredirect_window_checked. See xcb-requests(3) for
30       details.
31

ERRORS

33       This request does never generate any errors.
34

SEE ALSO

AUTHOR

37       Generated from composite.xml. Contact xcb@lists.freedesktop.org for
38       corrections and improvements.
39
40
41
42X Version 11                      libxcb 1.13xcb_composite_unredirect_window(3)
Impressum