]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.h
make openbox base-dir spec compliant, and change the theme dir structure, so that...
[chaz/openbox] / openbox / event.h
index 03174146e831f8d0686eabc4ed93acf926fdc8d5..263e4ec71d48f3c0fc2cbefe1ede706c549ba752 100644 (file)
@@ -1,17 +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 unsigned int NumLockMask;
+extern guint NumLockMask;
 /*! The value of the mask for the ScrollLock modifier */
-extern unsigned int ScrollLockMask;
-
-void event_startup();
-void event_shutdown();
+extern guint ScrollLockMask;
 
-void event_loop();
+void event_startup(gboolean reconfig);
+void event_shutdown(gboolean reconfig);
 
 #endif
This page took 0.020907 seconds and 4 git commands to generate.