summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2007-08-01 01:37:05 +0300
committerDaniel Stone <daniel@fooishbar.org>2007-08-01 01:37:05 +0300
commit257345a0500ef0b7cf8e56f19a8bf93721408673 (patch)
tree324e171952dd43d71447091dcd821cec5d5753ef
parent9d0aa39742a0d1d4221ad4104708b0f8f60c14c7 (diff)
DevicePresenceNotify: Don't make non-static function, static
I wish that there was a better way to do this, but c'est la vie. It's our exposed API, so we've just got to deal for now.
-rw-r--r--src/XExtInt.c2
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);