X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dwm.h;h=178aab88869984fab3f189976ce8c75e40a9219a;hb=cff951c65086950eeef5723b65dc06cbe7cdfa19;hp=60f9201ec18fb8dd1c725a993a5c5dd8612d8bb1;hpb=d800ec05ff63451193a0b858c114f5144534c2a1;p=dwm.git diff --git a/dwm.h b/dwm.h index 60f9201..178aab8 100644 --- a/dwm.h +++ b/dwm.h @@ -77,13 +77,13 @@ struct Client { char name[256]; int proto; int x, y, w, h; - int tx, ty, tw, th; /* title window geometry */ int rx, ry, rw, rh; /* revert geometry */ + int tx, ty, tw, th; /* title window geometry */ int basew, baseh, incw, inch, maxw, maxh, minw, minh; int grav; long flags; unsigned int border, weight; - Bool isfloat; + Bool isfloat, ismax; Bool *tags; Client *next; Client *prev;