diff options
Diffstat (limited to 'src/XIGrabDevice.c')
-rw-r--r-- | src/XIGrabDevice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XIGrabDevice.c b/src/XIGrabDevice.c index bb668ee..c466c20 100644 --- a/src/XIGrabDevice.c +++ b/src/XIGrabDevice.c @@ -33,7 +33,7 @@ Status XIGrabDevice(Display* dpy, int deviceid, Window grab_window, Time time, Cursor cursor, int grab_mode, int paired_device_mode, - Bool owner_events, XIDeviceEventMask *mask) + Bool owner_events, XIEventMask *mask) { xXIGrabDeviceReq *req; xXIGrabDeviceReply reply; |