* See LICENSE file for license details.
*/
+#include "config.h"
#include <X11/Xlib.h>
-#include CONFIG
/* mask shorthands, used in event.c and client.c */
#define BUTTONMASK (ButtonPressMask | ButtonReleaseMask)
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;