diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-13 12:26:10 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-13 12:26:10 -0800 |
commit | f4061913a02987215984bcb0964938d873c2cd52 (patch) | |
tree | 160c1853ffe3432d0915e581646f2fe97d8ca8ad /include/X11 | |
parent | 5de191e6b1847017ecc7e13bc195f47479d332ac (diff) |
Elide redirect stuff.
This isn't part of the 1.0 specification, so remove it from the
current API.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include/X11')
-rw-r--r-- | include/X11/extensions/Xpresent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/X11/extensions/Xpresent.h b/include/X11/extensions/Xpresent.h index f49b1a4..87f446c 100644 --- a/include/X11/extensions/Xpresent.h +++ b/include/X11/extensions/Xpresent.h @@ -104,6 +104,8 @@ typedef struct { XSyncFence idle_fence; } XPresentIdleNotifyEvent; +#if PRESENT_FUTURE_VERSION + typedef struct { int type; /* event base */ unsigned long serial; @@ -141,6 +143,8 @@ typedef struct { int nnotifies; } XPresentRedirectNotifyEvent; +#endif + _XFUNCPROTOBEGIN Bool XPresentQueryExtension (Display *dpy, |