1xcb_present_pixmap(3) XCB Requests xcb_present_pixmap(3)
2
3
4
6 xcb_present_pixmap -
7
9 #include <xcb/present.h>
10
11 Request function
12 xcb_void_cookie_t xcb_present_pixmap(xcb_connection_t *conn,
13 xcb_window_t window, xcb_pixmap_t pixmap, uint32_t serial,
14 xcb_xfixes_region_t valid, xcb_xfixes_region_t update,
15 int16_t x_off, int16_t y_off, xcb_randr_crtc_t target_crtc,
16 xcb_sync_fence_t wait_fence, xcb_sync_fence_t idle_fence,
17 uint32_t options, uint64_t target_msc, uint64_t divisor,
18 uint64_t remainder, uint32_t notifies_len, const
19 xcb_present_notify_t *notifies);
20
22 conn The XCB connection to X11.
23
24 window TODO: NOT YET DOCUMENTED.
25
26 pixmap TODO: NOT YET DOCUMENTED.
27
28 serial TODO: NOT YET DOCUMENTED.
29
30 valid TODO: NOT YET DOCUMENTED.
31
32 update TODO: NOT YET DOCUMENTED.
33
34 x_off TODO: NOT YET DOCUMENTED.
35
36 y_off TODO: NOT YET DOCUMENTED.
37
38 target_crtc
39 TODO: NOT YET DOCUMENTED.
40
41 wait_fence
42 TODO: NOT YET DOCUMENTED.
43
44 idle_fence
45 TODO: NOT YET DOCUMENTED.
46
47 options TODO: NOT YET DOCUMENTED.
48
49 target_msc
50 TODO: NOT YET DOCUMENTED.
51
52 divisor TODO: NOT YET DOCUMENTED.
53
54 remainder TODO: NOT YET DOCUMENTED.
55
56 notifies_len
57 TODO: NOT YET DOCUMENTED.
58
59 notifies TODO: NOT YET DOCUMENTED.
60
63 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
64 event loop.
65
66 If you want to handle errors directly with xcb_request_check instead,
67 use xcb_present_pixmap_checked. See xcb-requests(3) for details.
68
70 This request does never generate any errors.
71
74 Generated from present.xml. Contact xcb@lists.freedesktop.org for cor‐
75 rections and improvements.
76
77
78
79X Version 11 libxcb 1.13.1 xcb_present_pixmap(3)