From 0852957ea1c9392ec66571014193773895a623eb Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 6 Aug 2003 23:58:54 +0000 Subject: [PATCH] update before moving to xft2 --- src/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions.c b/src/actions.c index 3500a982..47f42881 100644 --- a/src/actions.c +++ b/src/actions.c @@ -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; -- 2.11.4.GIT