mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 13:28:05 +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
|
* 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)
|
if (timestamp <= LastFocusChange)
|
||||||
timestamp = LastFocusChange + 1;
|
timestamp = LastFocusChange + 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user