mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
input: Add grabtype to GrabParameters.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -86,6 +86,7 @@ static void dix_check_grab_values(void)
|
||||
|
||||
memset(&client, 0, sizeof(client));
|
||||
|
||||
param.grabtype = GRABTYPE_CORE;
|
||||
param.this_device_mode = GrabModeSync;
|
||||
param.other_devices_mode = GrabModeSync;
|
||||
param.modifiers = AnyModifier;
|
||||
|
||||
Reference in New Issue
Block a user