diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-01-09 13:32:39 +1030 |
---|---|---|
committer | Peter Hutterer <whot@hyena.localdomain> | 2007-01-09 13:32:39 +1030 |
commit | ad2edb61ffd8baf87b9ab249aa36b0c04a765f79 (patch) | |
tree | 27749265812aefb154c336c68c6e8d63d6a8a9c2 /XInput.h | |
parent | a0be30da79e35e7d503c6eeb9021c2f63beb2176 (diff) |
Fix typo in DevicePresence() macro
Diffstat (limited to 'XInput.h')
-rw-r--r-- | XInput.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ SOFTWARE. #define DevicePresence(dpy, type, _class) \ { \ - extern int_XiGetDevicePresenceNotifyEvent(Display *); \ + extern int _XiGetDevicePresenceNotifyEvent(Display *); \ type = _XiGetDevicePresenceNotifyEvent(dpy); \ _class = (0x10000 | _devicePresence); \ } |