1
0
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:
dan
2003-08-06 23:58:54 +00:00
parent 7efcf57c18
commit 0852957ea1

View File

@@ -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;