diff options
Diffstat (limited to 'patch/pertag.c')
| -rw-r--r-- | patch/pertag.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/patch/pertag.c b/patch/pertag.c index 818c7ab..967e46a 100644 --- a/patch/pertag.c +++ b/patch/pertag.c @@ -7,5 +7,7 @@ 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 };
\ No newline at end of file |
