]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.h
add the DesktopLast action, props to marius nita for this one
[chaz/openbox] / openbox / event.h
index 9153116ed8bac39f7f4ee713397b33a5096314e2..0c6c7b976247d07a41b8a2aff6535c19f677eaa3 100644 (file)
@@ -1,12 +1,17 @@
 #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 guint NumLockMask;
+/*! The value of the mask for the ScrollLock modifier */
+extern guint ScrollLockMask;
+
 void event_startup();
 void event_shutdown();
 
-void event_loop();
-
 #endif
This page took 0.020422 seconds and 4 git commands to generate.