X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dwm.h;h=68b307dc2e2e6fca527c9c1e9db55ca68feb85a3;hb=f1a34ae1e435cdc3a81cc2cee2a78fb016a24c2b;hp=0ed778cb149230dc6eab7121bab2e5add43e6137;hpb=080a38d62d18be2ab98f66ed190d3d9e3463fec9;p=dwm.git diff --git a/dwm.h b/dwm.h index 0ed778c..68b307d 100644 --- a/dwm.h +++ b/dwm.h @@ -3,8 +3,8 @@ * See LICENSE file for license details. */ +#include "config.h" #include -#include CONFIG /* mask shorthands, used in event.c and client.c */ #define BUTTONMASK (ButtonPressMask | ButtonReleaseMask) @@ -57,8 +57,8 @@ struct Client { int tx, ty, tw, th; /* title */ int basew, baseh, incw, inch, maxw, maxh, minw, minh; int grav; - unsigned int border; long flags; + unsigned int border; Bool isfloat; Bool ismax; Client *next;