diff options
Diffstat (limited to 'include/X11/extensions/Xpresent.h')
-rw-r--r-- | include/X11/extensions/Xpresent.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/X11/extensions/Xpresent.h b/include/X11/extensions/Xpresent.h index 48ba1ae..84bce11 100644 --- a/include/X11/extensions/Xpresent.h +++ b/include/X11/extensions/Xpresent.h @@ -192,6 +192,11 @@ XPresentSelectInput(Display *dpy, Window window, unsigned event_mask); +void +XPresentFreeInput(Display *dpy, + Window window, + XID event_id); + uint32_t XPresentQueryCapabilities(Display *dpy, XID target); |