summaryrefslogtreecommitdiff
path: root/Xi
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-08-10 14:14:35 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-08-13 11:19:35 +1000
commit3f161a0aac39fbdeef393a17269486b8dace4672 (patch)
tree9a475dd678a8ed3348958231bd787a5ce41e4da8 /Xi
parent55e1ea08d03d89ecc0f2db7652a4d15567204696 (diff)
Xi: un-statify XI2EventSwap, it is needed for tests.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'Xi')
-rw-r--r--Xi/extinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xi/extinit.c b/Xi/extinit.c
index 1376f4fca..1e7b51e08 100644
--- a/Xi/extinit.c
+++ b/Xi/extinit.c
@@ -810,7 +810,7 @@ static void SXIPropertyEvent(xXIPropertyEvent *from, xXIPropertyEvent *to)
}
/** Event swapping function for XI2 events. */
-static void
+void
XI2EventSwap(xGenericEvent *from, xGenericEvent *to)
{
switch(from->evtype)