diff options
| author | verschmelzen <[email protected]> | 2021-03-30 22:31:45 +0300 |
|---|---|---|
| committer | verschmelzen <[email protected]> | 2021-03-30 22:49:59 +0300 |
| commit | 07277cc460d73dd0c330257812180894f5c4c77e (patch) | |
| tree | c3f7ce72f7c86c2e21085d60a392e26c371502d0 /patch/include.h | |
| parent | 4751d7388d3c7ecf1084747ae0b7da79691fc696 (diff) | |
| download | dwm-flexipatch-07277cc460d73dd0c330257812180894f5c4c77e.tar.gz dwm-flexipatch-07277cc460d73dd0c330257812180894f5c4c77e.zip | |
Add tapresize patch
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h index 27cf77b..7aab494 100644 --- a/patch/include.h +++ b/patch/include.h @@ -264,6 +264,9 @@ #if TAGSWAPMON_PATCH #include "tagswapmon.h" #endif +#if TAPRESIZE_PATCH +#include "tapresize.h" +#endif #if TOGGLEFULLSCREEN_PATCH #include "togglefullscreen.h" #endif |
