]>
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 guint NumLockMask
;
11 /*! The value of the mask for the ScrollLock modifier */
12 extern guint ScrollLockMask
;
14 void event_startup(gboolean reconfig
);
15 void event_shutdown(gboolean reconfig
);
This page took 0.037383 seconds and 4 git commands to generate.