summaryrefslogtreecommitdiff
path: root/include/dixgrabs.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-04-12 16:19:45 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-04-19 22:28:08 +1000
commit09f9a86077f0058ce88ee9b3df5d1ab854eeca43 (patch)
treeb5a4f3e2fa69551c53fbedda8ce315af12ac80d7 /include/dixgrabs.h
parent7fbe1b7d63c94b344e8ff9d09c0bb162ca104909 (diff)
input: replace GrabRec's coreGrab field with grabtype.
Don't allow grabs of different types to override each other. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include/dixgrabs.h')
-rw-r--r--include/dixgrabs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dixgrabs.h b/include/dixgrabs.h
index 36ab2b9d7..512723986 100644
--- a/include/dixgrabs.h
+++ b/include/dixgrabs.h
@@ -37,6 +37,7 @@ extern _X_EXPORT GrabPtr CreateGrab(
DeviceIntPtr /* modDevice */,
unsigned short /* modifiers */,
int /* type */,
+ int /* grabtype */,
KeyCode /* keybut */,
WindowPtr /* confineTo */,
CursorPtr /* cursor */);