update the last user interaction timestamp during a move/resize of the focused window
This commit is contained in:
parent
5ff0d07aba
commit
a8843b58c5
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "framerender.h"
|
||||
#include "screen.h"
|
||||
#include "client.h"
|
||||
#include "focus.h"
|
||||
#include "frame.h"
|
||||
#include "openbox.h"
|
||||
#include "resist.h"
|
||||
|
@ -1084,5 +1085,9 @@ gboolean moveresize_event(XEvent *e)
|
|||
used = TRUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (used && moveresize_client == focus_client)
|
||||
event_update_user_time();
|
||||
|
||||
return used;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue