summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-12-13 12:46:50 -0800
committerKeith Packard <keithp@keithp.com>2013-12-13 12:46:50 -0800
commita38c5027dfab030fc4dc89d7daa0f1e8dd9863a1 (patch)
tree4d6771377a8925fe5543ac34ee8f956dca4e87c5 /include
parent466657644f6046f4409a4b9be688954583afc639 (diff)
Add PresentFreeInput to release allocated event ids
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include')
-rw-r--r--include/X11/extensions/Xpresent.h5
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);