diff -r e2e1de08341d -r 21071ae1fe68 dwm.h --- a/dwm.h Wed Aug 02 13:05:04 2006 +0200 +++ b/dwm.h Wed Aug 02 16:32:05 2006 +0200 @@ -3,8 +3,8 @@ * See LICENSE file for license details. */ +#include CONFIG #include -#include CONFIG /* mask shorthands, used in event.c and client.c */ #define BUTTONMASK (ButtonPressMask | ButtonReleaseMask) @@ -57,8 +57,8 @@ int tx, ty, tw, th; /* title */ int basew, baseh, incw, inch, maxw, maxh, minw, minh; int grav; + long flags; unsigned int border; - long flags; Bool isfloat; Bool ismax; Client *next;