]>
Dogcows Code - chaz/openbox/blob - openbox/event.h
4 /*! Time at which the last event with a timestamp occured. */
5 extern Time event_lasttime
;
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
;
13 void event_shutdown();
This page took 0.035631 seconds and 4 git commands to generate.