]> icculus.org git repositories - dana/openbox.git/blob - openbox/event.h
export the NumLock and ScrollLock masks
[dana/openbox.git] / openbox / event.h
1 #ifndef __events_h
2 #define __events_h
3
4 /*! Time at which the last event with a timestamp occured. */
5 extern Time event_lasttime;
6
7 /*! The value of the mask for the NumLock modifier */
8 extern unsigned int NumLockMask;
9 /*! The value of the mask for the ScrollLock modifier */
10 extern unsigned int ScrollLockMask;
11
12 void event_startup();
13 void event_shutdown();
14
15 void event_loop();
16
17 #endif