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.h | |
| parent | c5b830e6ab1c570f19ff71badc5c4689c78f86f8 (diff) | |
| download | dwm-flexipatch-39e161e54519c8c28d479d69f5a1be88b59e3dac.tar.gz dwm-flexipatch-39e161e54519c8c28d479d69f5a1be88b59e3dac.zip | |
Adding push patch
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h index 9226f4d..ae948cd 100644 --- a/patch/include.h +++ b/patch/include.h @@ -36,6 +36,10 @@ #include "ewmhtags.h" #endif +#if PUSH_PATCH +#include "push.h" +#endif + #if ROTATESTACK_PATCH #include "rotatestack.h" #endif |
