]> icculus.org git repositories - dana/openbox.git/blob - openbox/event.h
typo
[dana/openbox.git] / openbox / event.h
1 #ifndef __events_h
2 #define __events_h
3
4 #include <X11/Xlib.h>
5
6 /*! Time at which the last event with a timestamp occured. */
7 extern Time event_lasttime;
8
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;
13
14 void event_startup();
15 void event_shutdown();
16
17 void event_loop();
18
19 #endif