From d70ecee07dd0c171e089d855477e73dfd2573105 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 19 Oct 2019 13:40:28 +0300 Subject: [PATCH] sowm: clean up --- sowm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sowm.c b/sowm.c index 527ce8d..ebed69c 100644 --- a/sowm.c +++ b/sowm.c @@ -66,9 +66,9 @@ static void (*events[LASTEvent])(XEvent *e) = { #include "config.h" -#define win (client *t=0, *c=list; c && t!=list->prev; t=c, c=c->next) -#define ws_save(W) ws_list[W] = list -#define ws_sel(W) list = ws_list[ws = W] +#define win (client *t=0, *c=list; c && t!=list->prev; t=c, c=c->next) +#define ws_save(W) ws_list[W] = list +#define ws_sel(W) list = ws_list[ws = W] #define win_size(W, gx, gy, gw, gh) \ XGetGeometry(d, W, &(Window){0}, gx, gy, gw, gh, \