diff options
| author | bakkeby <[email protected]> | 2019-09-14 00:36:18 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-14 00:36:18 +0200 |
| commit | 39e161e54519c8c28d479d69f5a1be88b59e3dac (patch) | |
| tree | 7d04c12ff971c0eb66eb1b03b27132f861eadd72 /patch/include.c | |
| parent | c5b830e6ab1c570f19ff71badc5c4689c78f86f8 (diff) | |
| download | dwm-flexipatch-39e161e54519c8c28d479d69f5a1be88b59e3dac.tar.gz dwm-flexipatch-39e161e54519c8c28d479d69f5a1be88b59e3dac.zip | |
Adding push patch
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index 809a792..982fcfe 100644 --- a/patch/include.c +++ b/patch/include.c @@ -40,6 +40,10 @@ #include "pertag.c" #endif +#if PUSH_PATCH +#include "push.c" +#endif + #if ROTATESTACK_PATCH #include "rotatestack.c" #endif |
