diff options
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -363,7 +363,7 @@ checkotherwm(void) { void cleanup(void) { Arg a = {.i = ~0}; - Layout foo = { 0 }; + Layout foo = { "", NULL }; close(STDIN_FILENO); view(&a); |
index : dwm | ||
dwm is an extremely fast wm for X | sinan@sinanmohd.com |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | dwm.c | 2 |
@@ -363,7 +363,7 @@ checkotherwm(void) { void cleanup(void) { Arg a = {.i = ~0}; - Layout foo = { 0 }; + Layout foo = { "", NULL }; close(STDIN_FILENO); view(&a); |