X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.h;h=b3d14859d023f0fcd30e781c9d7f4c5f903444a8;hb=f29dd7e0cd0ceef0bfe95c865b6b22d34b065b7b;hp=e88fd12d43e94341dac84e8a5471e27b91960069;hpb=d82048b4e515303673edf853cc64dd585f0b310a;p=chaz%2Fopenbox diff --git a/openbox/event.h b/openbox/event.h index e88fd12d..b3d14859 100644 --- a/openbox/event.h +++ b/openbox/event.h @@ -5,6 +5,9 @@ /*! 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;