/* mask shorthands, used in event.c and client.c */
#define BUTTONMASK (ButtonPressMask | ButtonReleaseMask)
-#define MOUSEMASK (BUTTONMASK | PointerMotionMask)
/* other stuff used in different places */
#define BORDERPX 1
#define PROTODELWIN 1
int grav;
long flags;
unsigned int border, weight;
- Bool isfloat, ismax;
+ Bool isfloat, isfixed, ismax;
Bool *tags;
Client *next;
Client *prev;