summaryrefslogtreecommitdiff
path: root/include/dix.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/dix.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/dix.h')
-rw-r--r--include/dix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dix.h b/include/dix.h
index 14d6843e3..8da218936 100644
--- a/include/dix.h
+++ b/include/dix.h
@@ -434,7 +434,7 @@ extern int GrabDevice(
unsigned /* ownerEvents */,
Time /* ctime */,
Mask /* mask */,
- Bool /* coreGrab */,
+ int /* grabtype */,
Cursor /* curs */,
Window /* confineToWin */,
CARD8 * /* status */);