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

NAME

6       xcb_present_notify_msc -
7

SYNOPSIS

9       #include <xcb/present.h>
10
11   Request function
12       xcb_void_cookie_t xcb_present_notify_msc(xcb_connection_t *conn,
13              xcb_window_t window, uint32_t serial, uint64_t target_msc,
14              uint64_t divisor, uint64_t remainder);
15

REQUEST ARGUMENTS

17       conn      The XCB connection to X11.
18
19       window    TODO: NOT YET DOCUMENTED.
20
21       serial    TODO: NOT YET DOCUMENTED.
22
23       target_msc
24                 TODO: NOT YET DOCUMENTED.
25
26       divisor   TODO: NOT YET DOCUMENTED.
27
28       remainder 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_present_notify_msc_checked. See xcb-requests(3) for details.
37

ERRORS

39       This request does never generate any errors.
40

SEE ALSO

AUTHOR

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