X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dwm.h;h=68b307dc2e2e6fca527c9c1e9db55ca68feb85a3;hb=b515765216c46246358256da6098ea2c07a93c84;hp=f57a8ce23787b48858cf6e6f61bd94158416d70a;hpb=77f8c075c48e510e064b8f0b7b823a7e1f9f44b7;p=dwm.git diff --git a/dwm.h b/dwm.h index f57a8ce..68b307d 100644 --- a/dwm.h +++ b/dwm.h @@ -3,12 +3,13 @@ * 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) -#define MOUSEMASK (BUTTONMASK | PointerMotionMask) +#define BUTTONMASK (ButtonPressMask | ButtonReleaseMask) +#define MOUSEMASK (BUTTONMASK | PointerMotionMask) +#define PROTODELWIN 1 typedef union Arg Arg; typedef struct Client Client; @@ -56,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;