summaryrefslogtreecommitdiff
path: root/src/XExtInt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/XExtInt.c')
-rw-r--r--src/XExtInt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c
index 94df1de..bbc8a9b 100644
--- a/src/XExtInt.c
+++ b/src/XExtInt.c
@@ -767,6 +767,7 @@ XInputWireToEvent(
}
} else /* if type == GenericEvent */
{
+#if 0
xGenericEvent* ge = (xGenericEvent*)event;
if (ge->extension == info->codes->major_opcode)
{
@@ -824,7 +825,7 @@ XInputWireToEvent(
}
}
-
+#endif
}
return (DONT_ENQUEUE);
}