diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-24 19:55:48 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-24 19:55:48 +0000 |
| commit | d19c184b2d83e3f129a085dee721d3fd22b003f1 (patch) | |
| tree | 8e2d9623809ee32dff650c94b808bd0e521e541c /openbox/client.c | |
| parent | 0116d82463197bea2890230d71a69e4b92489166 (diff) | |
set the client's user_time when it gets activated
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/client.c b/openbox/client.c index 2ca9b518..51e93c17 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3114,6 +3114,9 @@ void client_activate(ObClient *self, gboolean here, gboolean user) { client_hilite(self, TRUE); } else { + if (event_curtime != CurrentTime) + self->user_time = event_curtime; + /* if using focus_delay, stop the timer now so that focus doesn't go moving on us */ event_halt_focus_delay(); |
