1
0
mirror of https://github.com/dylanaraps/sowm.git synced 2025-08-13 11:15:45 -07:00

sowm: clean up

This commit is contained in:
Dylan Araps
2019-10-19 13:40:28 +03:00
parent fa3c276ce6
commit d70ecee07d

6
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, \