From 762700bd2ce3d41dabf84774fc149a9ae53e1532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Anger?= Date: Thu, 12 Apr 2012 23:05:03 +0200 Subject: [PATCH] fix last commit: add wmfs header changes --- src/wmfs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wmfs.h b/src/wmfs.h index 34511fb..aec91ae 100644 --- a/src/wmfs.h +++ b/src/wmfs.h @@ -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 */