summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2012-11-26 21:36:52 -0500
committerPeter Hutterer <peter.hutterer@who-t.net>2012-12-07 15:24:56 +1000
commit2665fbef6147fc63f8b7e73f0232da0edea0bb50 (patch)
tree2003bbcc4f81400d1ca715662cd01835c7c50bdc /src
parentf58fa035bb503167decca0c541dff386b7181f02 (diff)
add neweventnotify
Diffstat (limited to 'src')
-rw-r--r--src/XExtInt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c
index 9ebedab..026da2b 100644
--- a/src/XExtInt.c
+++ b/src/XExtInt.c
@@ -1027,6 +1027,7 @@ XInputWireToCookie(
return ENQUEUE_EVENT;
case XI_BarrierHitNotify:
case XI_BarrierPointerReleasedNotify:
+ case XI_BarrierNewEventNotify:
*cookie = *(XGenericEventCookie*)save;
if (!wireToBarrierNotifyEvent((xXIBarrierNotifyEvent*)event, cookie))
{
@@ -1488,6 +1489,7 @@ XInputCopyCookie(Display *dpy, XGenericEventCookie *in, XGenericEventCookie *out
break;
case XI_BarrierHitNotify:
case XI_BarrierPointerReleasedNotify:
+ case XI_BarrierNewEventNotify:
ret = copyBarrierNotifyEvent(in, out);
break;
default: