projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89142ea
)
export the NumLock and ScrollLock masks
author
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 18:55:36 +0000
(18:55 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 18:55:36 +0000
(18:55 +0000)
openbox/event.h
patch
|
blob
|
history
diff --git
a/openbox/event.h
b/openbox/event.h
index 9153116ed8bac39f7f4ee713397b33a5096314e2..03174146e831f8d0686eabc4ed93acf926fdc8d5 100644
(file)
--- 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();