diff options
| author | bakkeby <[email protected]> | 2020-03-07 12:44:42 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-03-07 12:44:42 +0100 |
| commit | e75decf7de7dfab665a9ba260cb6da8d24950e59 (patch) | |
| tree | eb558459088ffdc19cc5bba9d39f4fd1b0416c08 /patch/pertag.c | |
| parent | 4b45c6071f8e960d85dfa83e610b47e1971cfb87 (diff) | |
| download | dwm-flexipatch-e75decf7de7dfab665a9ba260cb6da8d24950e59.tar.gz dwm-flexipatch-e75decf7de7dfab665a9ba260cb6da8d24950e59.zip | |
Pertag togglegaps change ref. issue #11
Diffstat (limited to 'patch/pertag.c')
| -rw-r--r-- | patch/pertag.c | 9 |
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 |
