diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-01-10 14:52:13 +1030 |
---|---|---|
committer | Peter Hutterer <whot@hyena.localdomain> | 2007-01-10 14:52:13 +1030 |
commit | ea82333dc1799a7e013205adbc89874bc8d273cb (patch) | |
tree | c15a5279fb1ff93830420d378ea25e98d534981f /Xi/exglobals.h | |
parent | a7ab7932938820a795bb6fb8e0444e0824433b99 (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.h | 2 |
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; |