]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.h
handle focus in the kernel, no more plugin
[chaz/openbox] / openbox / event.h
index 9153116ed8bac39f7f4ee713397b33a5096314e2..e88fd12d43e94341dac84e8a5471e27b91960069 100644 (file)
@@ -1,9 +1,16 @@
 #ifndef __events_h
 #define __events_h
 
+#include <X11/Xlib.h>
+
 /*! 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.02396 seconds and 4 git commands to generate.