summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-19 18:55:36 +0000
committerDana Jansens <danakj@orodu.net>2003-03-19 18:55:36 +0000
commit080b36cfc21916534c375e478cd36e5623512d82 (patch)
tree75fd432e3d4525d67eea8615af6e97ae51c07884 /openbox
parent89142ea6b4049d7d7471a1b0aa230be3a4aeef89 (diff)
export the NumLock and ScrollLock masks
Diffstat (limited to 'openbox')
-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();