]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.h
export the NumLock and ScrollLock masks
[chaz/openbox] / 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.024856 seconds and 4 git commands to generate.