]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.h
draw menu separators
[chaz/openbox] / openbox / event.h
index b3d14859d023f0fcd30e781c9d7f4c5f903444a8..0c6c7b976247d07a41b8a2aff6535c19f677eaa3 100644 (file)
@@ -5,18 +5,13 @@
 
 /*! Time at which the last event with a timestamp occured. */
 extern Time event_lasttime;
-/*! Time at which the last event with a timestamp occured before we tried to
-  unfocus a window. */
-extern Time event_unfocustime;
 
 /*! The value of the mask for the NumLock modifier */
-extern unsigned int NumLockMask;
+extern guint NumLockMask;
 /*! The value of the mask for the ScrollLock modifier */
-extern unsigned int ScrollLockMask;
+extern guint ScrollLockMask;
 
 void event_startup();
 void event_shutdown();
 
-void event_loop();
-
 #endif
This page took 0.022561 seconds and 4 git commands to generate.