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

NAME

6       xcb_shape_offset -
7

SYNOPSIS

9       #include <xcb/shape.h>
10
11   Request function
12       xcb_void_cookie_t xcb_shape_offset(xcb_connection_t *conn,
13              xcb_shape_kind_t destination_kind,
14              xcb_window_t destination_window, int16_t x_offset,
15              int16_t y_offset);
16

REQUEST ARGUMENTS

18       conn      The XCB connection to X11.
19
20       destination_kind
21                 TODO: NOT YET DOCUMENTED.
22
23       destination_window
24                 TODO: NOT YET DOCUMENTED.
25
26       x_offset  TODO: NOT YET DOCUMENTED.
27
28       y_offset  TODO: NOT YET DOCUMENTED.
29

DESCRIPTION

RETURN VALUE

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

ERRORS

39       This request does never generate any errors.
40

SEE ALSO

AUTHOR

43       Generated from shape.xml. Contact xcb@lists.freedesktop.org for correcā€
44       tions and improvements.
45
46
47
48X Version 11                      libxcb 1.13              xcb_shape_offset(3)
Impressum