summaryrefslogtreecommitdiff
path: root/src/XIGrabDevice.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-05-12 19:25:15 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-05-12 19:25:15 +1000
commitb4d74eebcec3080fa4ac33c74835246457b00de3 (patch)
treeda1f61fc2e1156d85a4ac23ddda473a3279e8a39 /src/XIGrabDevice.c
parenteebdca00c416924b0423879a62498df8afed633e (diff)
Adust to new device names (less "Device" in function names)
Diffstat (limited to 'src/XIGrabDevice.c')
-rw-r--r--src/XIGrabDevice.c2
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;