summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-01-09 13:32:39 +1030
committerPeter Hutterer <whot@hyena.localdomain>2007-01-09 13:32:39 +1030
commitad2edb61ffd8baf87b9ab249aa36b0c04a765f79 (patch)
tree27749265812aefb154c336c68c6e8d63d6a8a9c2
parenta0be30da79e35e7d503c6eeb9021c2f63beb2176 (diff)
Fix typo in DevicePresence() macro
-rw-r--r--XInput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/XInput.h b/XInput.h
index e4066b1..e3585b4 100644
--- a/XInput.h
+++ b/XInput.h
@@ -151,7 +151,7 @@ SOFTWARE.
#define DevicePresence(dpy, type, _class) \
{ \
- extern int_XiGetDevicePresenceNotifyEvent(Display *); \
+ extern int _XiGetDevicePresenceNotifyEvent(Display *); \
type = _XiGetDevicePresenceNotifyEvent(dpy); \
_class = (0x10000 | _devicePresence); \
}