summaryrefslogtreecommitdiff
path: root/xserver/include/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'xserver/include/input.h')
-rw-r--r--xserver/include/input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xserver/include/input.h b/xserver/include/input.h
index f8459b8c8..f0196f514 100644
--- a/xserver/include/input.h
+++ b/xserver/include/input.h
@@ -560,9 +560,9 @@ extern void TouchEventHistoryPush(TouchPointInfoPtr ti, const DeviceEvent *ev);
extern void TouchEventHistoryReplay(TouchPointInfoPtr ti, DeviceIntPtr dev,
XID resource);
extern Bool TouchResourceIsOwner(TouchPointInfoPtr ti, XID resource);
-extern void TouchAddListener(TouchPointInfoPtr ti, XID resource,
+extern void TouchAddListener(TouchPointInfoPtr ti, XID resource, int resource_type,
enum InputLevel level, enum TouchListenerType type,
- enum TouchListenerState state, WindowPtr window);
+ enum TouchListenerState state, WindowPtr window, GrabPtr grab);
extern Bool TouchRemoveListener(TouchPointInfoPtr ti, XID resource);
extern void TouchSetupListeners(DeviceIntPtr dev, TouchPointInfoPtr ti,
InternalEvent *ev);