set the client's user_time when it gets activated
This commit is contained in:
parent
0116d82463
commit
d19c184b2d
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue