dwm-meillo
diff dwm.h @ 400:052657ff2e7b
applied Sanders max_and_focus.patch
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Mon, 04 Sep 2006 08:55:49 +0200 |
parents | 7528080beb0e |
children | ad2b6ce6e95b |
line diff
1.1 --- a/dwm.h Fri Sep 01 15:31:59 2006 +0200 1.2 +++ b/dwm.h Mon Sep 04 08:55:49 2006 +0200 1.3 @@ -58,7 +58,6 @@ 1.4 long flags; 1.5 unsigned int border, weight; 1.6 Bool isfloat; 1.7 - Bool ismax; 1.8 Bool *tags; 1.9 Client *next; 1.10 Client *prev; 1.11 @@ -73,7 +72,7 @@ 1.12 extern void (*handler[LASTEvent])(XEvent *); 1.13 extern void (*arrange)(Arg *); 1.14 extern Atom wmatom[WMLast], netatom[NetLast]; 1.15 -extern Bool running, issel, *seltag; 1.16 +extern Bool running, issel, maximized, *seltag; 1.17 extern Client *clients, *sel; 1.18 extern Cursor cursor[CurLast]; 1.19 extern DC dc;