mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
input: replace GRABTYPE_* with the InputLevel enums
They achieve the same thing, re-use the more generic InputLevel so we can convert to/fro easier. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
This commit is contained in:
@@ -40,7 +40,7 @@ extern GrabPtr CreateGrab(
|
||||
DeviceIntPtr /* device */,
|
||||
DeviceIntPtr /* modDevice */,
|
||||
WindowPtr /* window */,
|
||||
GrabType /* grabtype */,
|
||||
enum InputLevel /* grabtype */,
|
||||
GrabMask * /* mask */,
|
||||
struct _GrabParameters * /* param */,
|
||||
int /* type */,
|
||||
|
||||
Reference in New Issue
Block a user