X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.h;h=b3d14859d023f0fcd30e781c9d7f4c5f903444a8;hb=ebab4adb85ed6cbe8f651e828791deb2a9f4154b;hp=9153116ed8bac39f7f4ee713397b33a5096314e2;hpb=f8a47de5ec444c452093371e3db16857eb39a490;p=chaz%2Fopenbox diff --git a/openbox/event.h b/openbox/event.h index 9153116e..b3d14859 100644 --- a/openbox/event.h +++ b/openbox/event.h @@ -1,8 +1,18 @@ #ifndef __events_h #define __events_h +#include + /*! Time at which the last event with a timestamp occured. */ extern Time event_lasttime; +/*! Time at which the last event with a timestamp occured before we tried to + unfocus a window. */ +extern Time event_unfocustime; + +/*! The value of the mask for the NumLock modifier */ +extern unsigned int NumLockMask; +/*! The value of the mask for the ScrollLock modifier */ +extern unsigned int ScrollLockMask; void event_startup(); void event_shutdown();