added nsz' patch

This commit is contained in:
Anselm R Garbe
2008-06-11 14:10:18 +01:00
parent e5a965a274
commit d662f98d89
2 changed files with 3 additions and 1 deletions

1
dwm.c
View File

@ -51,7 +51,6 @@
#define LENGTH(x) (sizeof x / sizeof x[0])
#define MAXTAGLEN 16
#define MOUSEMASK (BUTTONMASK|PointerMotionMask)
#define SHCMD(cmd) { .v = (char*[]){ "/bin/sh", "-c", cmd, NULL } }
#define TAGMASK ((int)((1LL << LENGTH(tags)) - 1))
#define TEXTW(x) (textnw(x, strlen(x)) + dc.font.height)