diff options
-rw-r--r-- | src/XExtInt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c index 8366104..10f728d 100644 --- a/src/XExtInt.c +++ b/src/XExtInt.c @@ -259,7 +259,7 @@ Ones(mask) return (((y + (y >> 3)) & 030707070707) % 077); } -static int +int _XiGetDevicePresenceNotifyEvent(Display * dpy) { XExtDisplayInfo *info = XInput_find_display(dpy); |