summaryrefslogtreecommitdiffstats
path: root/xevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'xevent.h')
-rw-r--r--xevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xevent.h b/xevent.h
index 733c6c9..a74d533 100644
--- a/xevent.h
+++ b/xevent.h
@@ -1,4 +1,4 @@
-/* ./xgen.scm extracted typedef structs from /usr/include/X11/Xlib.h */
+/* xgen.scm extracted typedef structs from /usr/include/X11/Xlib.h */
#ifdef SCM_EVENT_FIELDS
case (KeyPress<<8)+0x10: case (KeyRelease<<8)+0x10: return MAKINUM(((XKeyEvent *) x)->type);
case (KeyPress<<8)+0x11: case (KeyRelease<<8)+0x11: return MAKINUM(((XKeyEvent *) x)->serial);