summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/event.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbox/event.h b/openbox/event.h
index 9153116e..03174146 100644
--- a/openbox/event.h
+++ b/openbox/event.h
@@ -4,6 +4,11 @@
/*! Time at which the last event with a timestamp occured. */
extern Time event_lasttime;
+/*! The value of the mask for the NumLock modifier */
+extern unsigned int NumLockMask;
+/*! The value of the mask for the ScrollLock modifier */
+extern unsigned int ScrollLockMask;
+
void event_startup();
void event_shutdown();