JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied Sanders max_and_focus.patch
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index d8ce212..e1df6bc 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -58,7 +58,6 @@ struct Client {
        long flags; 
        unsigned int border, weight;
        Bool isfloat;
-       Bool ismax;
        Bool *tags;
        Client *next;
        Client *prev;
@@ -73,7 +72,7 @@ extern unsigned int ntags, numlockmask;
 extern void (*handler[LASTEvent])(XEvent *);
 extern void (*arrange)(Arg *);
 extern Atom wmatom[WMLast], netatom[NetLast];
-extern Bool running, issel, *seltag;
+extern Bool running, issel, maximized, *seltag;
 extern Client *clients, *sel;
 extern Cursor cursor[CurLast];
 extern DC dc;