fix last commit: add wmfs header changes

This commit is contained in:
Jérémy Anger 2012-04-12 23:05:03 +02:00
parent 2abf2ea651
commit 762700bd2c

View File

@ -216,6 +216,7 @@ struct client
#define CLIENT_FREE 0x1000
#define CLIENT_TILED 0x2000
#define CLIENT_MOUSE 0x4000
#define CLIENT_IGNORE_TAG 0x8000
Flags flags;
Window win, frame, tmp;
SLIST_ENTRY(client) next; /* Global list */