diff options
Diffstat (limited to 'Xi/grabdevb.c')
-rw-r--r-- | Xi/grabdevb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xi/grabdevb.c b/Xi/grabdevb.c index 0d1eb636b..7cd5cc474 100644 --- a/Xi/grabdevb.c +++ b/Xi/grabdevb.c @@ -139,6 +139,7 @@ ProcXGrabDeviceButton(ClientPtr client) return ret; memset(¶m, 0, sizeof(param)); + param.grabtype = GRABTYPE_XI; param.ownerEvents = stuff->ownerEvents; param.this_device_mode = stuff->this_device_mode; param.other_devices_mode = stuff->other_devices_mode; |