1XPRESENT(3) Library Functions Manual XPRESENT(3)
2
3
4
6 Xpresent - X Present Extension
7
9 #include <X11/extensions/Xpresent.h>
10
11 Bool XPresentQueryExtension (Display *dpy,
12 int *event_base_return, int *error_base_return);
13
14 Status XPresentQueryVersion (Display *dpy,
15 int *major_version_return,
16 int *minor_version_return);
17
18 void XPresentRegion (Display *dpy,
19 Window window,
20 Pixmap pixmap,
21 uint32_t serial,
22 XserverRegion valid,
23 XserverRegion update,
24 int x_off,
25 int y_off,
26 XID idle_fence,
27 XID target_crtc,
28 uint64_t target_msc,
29 uint64_t divisor,
30 uint64_t remainder);
31
33 display Specifies the connection to the X server.
34
35 window Specifies which window.
36
38 Xpresent is a library designed to interface the X Present Extension.
39
41 Xpresent will remain upward compatible after the 1.0 release.
42
44 Keith Packard, Intel
45
46
47
48X Version 11 libXpresent 1.0.0 XPRESENT(3)