summaryrefslogtreecommitdiff
path: root/openbox/event.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-26 15:02:08 +0000
committerDana Jansens <danakj@orodu.net>2003-03-26 15:02:08 +0000
commitf29dd7e0cd0ceef0bfe95c865b6b22d34b065b7b (patch)
tree1f5556b92eaa542ec0018c6e177a626cdd7d41f9 /openbox/event.h
parent1d5fa24e4b92fbd2fc16847612a6825ca08d6567 (diff)
not using CurrentTime anywhere
Diffstat (limited to 'openbox/event.h')
-rw-r--r--openbox/event.h3
1 files changed, 3 insertions, 0 deletions
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;