diff options
| author | bakkeby <[email protected]> | 2019-09-05 23:19:23 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-05 23:19:23 +0200 |
| commit | e681ab5dd99c5b0b8693846239976c3cb66fe502 (patch) | |
| tree | b653c8142dc2bdda1f8f03a734dcd5b1830cf44a /patch/pertag.c | |
| parent | 591caea975327d912b0650dd7cbbf66329c40585 (diff) | |
| download | dwm-flexipatch-e681ab5dd99c5b0b8693846239976c3cb66fe502.tar.gz dwm-flexipatch-e681ab5dd99c5b0b8693846239976c3cb66fe502.zip | |
Adding zoomswap patch (pertag compatible)
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 |
