X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.h;h=b3d14859d023f0fcd30e781c9d7f4c5f903444a8;hb=2fc662aa62bc12de38b49bb9e687092318873002;hp=03174146e831f8d0686eabc4ed93acf926fdc8d5;hpb=080b36cfc21916534c375e478cd36e5623512d82;p=chaz%2Fopenbox diff --git a/openbox/event.h b/openbox/event.h index 03174146..b3d14859 100644 --- a/openbox/event.h +++ b/openbox/event.h @@ -1,8 +1,13 @@ #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;