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 wrap: on
line diff
--- a/main.c	Wed Sep 20 09:53:21 2006 +0200
+++ b/main.c	Fri Sep 22 07:37:56 2006 +0200
@@ -24,7 +24,6 @@
 Atom wmatom[WMLast], netatom[NetLast];
 Bool running = True;
 Bool issel = True;
-Bool maximized = False;
 Client *clients = NULL;
 Client *sel = NULL;
 Client *stack = NULL;