commit b8ccd1e5ef75ab35960b553b399015d4f4b1a5a4 parent ed92a1e7eec9e562c1f7ad61c3d48d9eb8a4504d Author: Dylan Araps <dylan.araps@gmail.com> Date: Tue, 15 Oct 2019 14:32:56 +0300 docs: update Diffstat:
M | sowm.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sowm.c b/sowm.c @@ -11,7 +11,7 @@ This iterates over the current desktop's window list and is inserted where needed. */ -#define WIN (c=list;c;c=c->next) +#define WIN (c=list;c;c=c->next) /* This sets focus to the given window. It