mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58:08 +01:00
update before moving to xft2
This commit is contained in:
@@ -146,7 +146,7 @@ wSetFocusTo(WScreen *scr, WWindow *wwin)
|
||||
|
||||
/*
|
||||
* Safeguard: make sure the timestamp is monotonically increasing
|
||||
* (very unlikely that this will ever be used, still a safeguard)
|
||||
* (very unlikely that this will be needed, still a safeguard)
|
||||
*/
|
||||
if (timestamp <= LastFocusChange)
|
||||
timestamp = LastFocusChange + 1;
|
||||
|
||||
Reference in New Issue
Block a user