dwm-meillo
diff main.c @ 473:2d8af0d7920d
implemented the maximization as I described on the mailinglist, this feels better to me.
author | arg@mmvi |
---|---|
date | Fri, 22 Sep 2006 07:37:56 +0200 |
parents | 9d23330a5268 |
children | be4f90c03582 |
line diff
1.1 --- a/main.c Wed Sep 20 09:53:21 2006 +0200 1.2 +++ b/main.c Fri Sep 22 07:37:56 2006 +0200 1.3 @@ -24,7 +24,6 @@ 1.4 Atom wmatom[WMLast], netatom[NetLast]; 1.5 Bool running = True; 1.6 Bool issel = True; 1.7 -Bool maximized = False; 1.8 Client *clients = NULL; 1.9 Client *sel = NULL; 1.10 Client *stack = NULL;