summaryrefslogtreecommitdiffhomepage
path: root/patch/pertag.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-05-19 17:41:25 +0200
committerbakkeby <[email protected]>2021-05-19 17:41:25 +0200
commit9a0fb6c83b4b830f84f3c1294bd89a3023b69c70 (patch)
treedda65be37699fe39516f9ab1c1de388304d1de99 /patch/pertag.c
parente1f28aae25865fd109f3e20f31b101afd5a80952 (diff)
downloaddwm-flexipatch-9a0fb6c83b4b830f84f3c1294bd89a3023b69c70.tar.gz
dwm-flexipatch-9a0fb6c83b4b830f84f3c1294bd89a3023b69c70.zip
vanitygaps: PERTAG_VANITYGAPS_PATCH to control both gaps and whether gaps are enabled per tag ref. #147
Diffstat (limited to 'patch/pertag.c')
-rw-r--r--patch/pertag.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/patch/pertag.c b/patch/pertag.c
index f8165a6..bcc392f 100644
--- a/patch/pertag.c
+++ b/patch/pertag.c
@@ -19,10 +19,8 @@ struct Pertag {
#if ZOOMSWAP_PATCH
Client *prevzooms[NUMTAGS + 1]; /* store zoom information */
#endif // ZOOMSWAP_PATCH
- #if VANITYGAPS_PATCH
- int enablegaps[NUMTAGS + 1];
- #endif // VANITYGAPS_PATCH
#if PERTAG_VANITYGAPS_PATCH && VANITYGAPS_PATCH
+ int enablegaps[NUMTAGS + 1];
unsigned int gaps[NUMTAGS + 1];
#endif // PERTAG_VANITYGAPS_PATCH | VANITYGAPS_PATCH
};