fix draw order in x_paint
[openbox.git] / openbox / event.h
blobe88fd12d43e94341dac84e8a5471e27b91960069
1 #ifndef __events_h
2 #define __events_h
4 #include <X11/Xlib.h>
6 /*! Time at which the last event with a timestamp occured. */
7 extern Time event_lasttime;
9 /*! The value of the mask for the NumLock modifier */
10 extern unsigned int NumLockMask;
11 /*! The value of the mask for the ScrollLock modifier */
12 extern unsigned int ScrollLockMask;
14 void event_startup();
15 void event_shutdown();
17 void event_loop();
19 #endif