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/include.h | |
| parent | 591caea975327d912b0650dd7cbbf66329c40585 (diff) | |
| download | dwm-flexipatch-e681ab5dd99c5b0b8693846239976c3cb66fe502.tar.gz dwm-flexipatch-e681ab5dd99c5b0b8693846239976c3cb66fe502.zip | |
Adding zoomswap patch (pertag compatible)
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/patch/include.h b/patch/include.h index 5605b77..52b0514 100644 --- a/patch/include.h +++ b/patch/include.h @@ -4,4 +4,8 @@ #if SYSTRAY_PATCH #include "systray.h" -#endif
\ No newline at end of file +#endif + +#if ZOOMSWAP_PATCH +#include "zoomswap.h" +#endif // ZOOMSWAP_PATCH
\ No newline at end of file |
