summaryrefslogtreecommitdiff
path: root/Xi/exglobals.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-01-10 14:52:13 +1030
committerPeter Hutterer <whot@hyena.localdomain>2007-01-10 14:52:13 +1030
commitea82333dc1799a7e013205adbc89874bc8d273cb (patch)
treec15a5279fb1ff93830420d378ea25e98d534981f /Xi/exglobals.h
parenta7ab7932938820a795bb6fb8e0444e0824433b99 (diff)
Xi: add missing call for SProcXChangeDeviceCursor
add DeviceEnterNotify and DeviceLeaveNotify fix: QueryDevicePointer crashed if called with keyboard device
Diffstat (limited to 'Xi/exglobals.h')
-rw-r--r--Xi/exglobals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xi/exglobals.h b/Xi/exglobals.h
index 3afd1bb9e..bc4a60d85 100644
--- a/Xi/exglobals.h
+++ b/Xi/exglobals.h
@@ -70,6 +70,8 @@ extern int DeviceButtonStateNotify;
extern int DeviceMappingNotify;
extern int ChangeDeviceNotify;
extern int DevicePresenceNotify;
+extern int DeviceEnterNotify;
+extern int DeviceLeaveNotify;
extern int RT_INPUTCLIENT;