diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-26 15:02:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-26 15:02:08 +0000 |
| commit | f29dd7e0cd0ceef0bfe95c865b6b22d34b065b7b (patch) | |
| tree | 1f5556b92eaa542ec0018c6e177a626cdd7d41f9 /openbox/event.c | |
| parent | 1d5fa24e4b92fbd2fc16847612a6825ca08d6567 (diff) | |
not using CurrentTime anywhere
Diffstat (limited to 'openbox/event.c')
| -rw-r--r-- | openbox/event.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/event.c b/openbox/event.c index fa5f29ff..5c948783 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -24,6 +24,7 @@ static void event_handle_root(XEvent *e); static void event_handle_client(Client *c, XEvent *e); Time event_lasttime = 0; +Time event_unfocustime = 0; /*! The value of the mask for the NumLock modifier */ unsigned int NumLockMask; |
