summaryrefslogtreecommitdiffhomepage
path: root/patch/pertag.c
diff options
context:
space:
mode:
Diffstat (limited to 'patch/pertag.c')
-rw-r--r--patch/pertag.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/patch/pertag.c b/patch/pertag.c
index f172c65..d84776e 100644
--- a/patch/pertag.c
+++ b/patch/pertag.c
@@ -13,12 +13,15 @@ struct Pertag {
#if PERTAGBAR_PATCH
Bool showbars[LENGTH(tags) + 1]; /* display bar for the current tag */
#endif // PERTAGBAR_PATCH
- #if ZOOMSWAP_PATCH
- Client *prevzooms[LENGTH(tags) + 1]; /* store zoom information */
- #endif // ZOOMSWAP_PATCH
#if SWAPFOCUS_PATCH
Client *prevclient[LENGTH(tags) + 1];
#endif // SWAPFOCUS_PATCH
+ #if ZOOMSWAP_PATCH
+ Client *prevzooms[LENGTH(tags) + 1]; /* store zoom information */
+ #endif // ZOOMSWAP_PATCH
+ #if VANITYGAPS_PATCH
+ int enablegaps[LENGTH(tags) + 1];
+ #endif // VANITYGAPS_PATCH
};
void