]> Dogcows Code - chaz/openbox/commitdiff
export the NumLock and ScrollLock masks
authorDana Jansens <danakj@orodu.net>
Wed, 19 Mar 2003 18:55:36 +0000 (18:55 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 19 Mar 2003 18:55:36 +0000 (18:55 +0000)
openbox/event.h

index 9153116ed8bac39f7f4ee713397b33a5096314e2..03174146e831f8d0686eabc4ed93acf926fdc8d5 100644 (file)
@@ -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();
 
This page took 0.022648 seconds and 4 git commands to generate.