]>
Dogcows Code - chaz/openbox/blob - openbox/event.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
;
15 void event_shutdown();
This page took 0.03265 seconds and 4 git commands to generate.