From f29dd7e0cd0ceef0bfe95c865b6b22d34b065b7b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 26 Mar 2003 15:02:08 +0000 Subject: not using CurrentTime anywhere --- openbox/event.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/event.h') 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; -- cgit v1.2.3