diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-19 18:55:36 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-19 18:55:36 +0000 |
| commit | 080b36cfc21916534c375e478cd36e5623512d82 (patch) | |
| tree | 75fd432e3d4525d67eea8615af6e97ae51c07884 /openbox/event.h | |
| parent | 89142ea6b4049d7d7471a1b0aa230be3a4aeef89 (diff) | |
export the NumLock and ScrollLock masks
Diffstat (limited to 'openbox/event.h')
| -rw-r--r-- | openbox/event.h | 5 |
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(); |
