Introduction
Introduction Statistics Contact Development Disclaimer Help
tusing foo layout during cleanup (suggested by Gottox), add Arg->v handling for…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 5d422bb1ce9c8b1919809f14746ad80d0442bbbb
parent 38a43c2dcc2c75ece9ef1ac5cd82a8d05c7c519f
Author: Anselm R Garbe <[email protected]>
Date: Wed, 11 Jun 2008 10:26:57 +0100
using foo layout during cleanup (suggested by Gottox), add Arg->v handling for …
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -363,7 +363,7 @@ checkotherwm(void) {
void
cleanup(void) {
Arg a = {.i = ~0};
- Layout foo = { 0 };
+ Layout foo = { "", NULL };
close(STDIN_FILENO);
view(&a);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.