X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.h;h=803fe9f12a159cb3d0f0ec226ff61b89e4d4e127;hp=0ed778cb149230dc6eab7121bab2e5add43e6137;hb=95e8d12b7189d4cd01b8ae8ecebfa5835a1809e6;hpb=a55f0e12fe5c1205f4d3e40c164fd087224fad7a diff --git a/dwm.h b/dwm.h index 0ed778c..803fe9f 100644 --- a/dwm.h +++ b/dwm.h @@ -3,8 +3,8 @@ * See LICENSE file for license details. */ -#include #include CONFIG +#include /* 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;