diff options
| author | bakkeby <[email protected]> | 2019-10-02 23:22:04 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-02 23:22:04 +0200 |
| commit | 0a23ed6efdee28bcdd3c9f69381cdf499f7c86e7 (patch) | |
| tree | b22217c7bba0615fe377595a6b41b9321a436fc2 /patch/include.h | |
| parent | 37b1b54ab9b79a144d6224264f39ad946aea5d4e (diff) | |
| download | dwm-flexipatch-0a23ed6efdee28bcdd3c9f69381cdf499f7c86e7.tar.gz dwm-flexipatch-0a23ed6efdee28bcdd3c9f69381cdf499f7c86e7.zip | |
Adding restartsig and emptyview patches
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 d19423e..67578c7 100644 --- a/patch/include.h +++ b/patch/include.h @@ -54,6 +54,10 @@ #include "push.h" #endif +#if RESTARTSIG_PATCH +#include "restartsig.h" +#endif + #if ROTATESTACK_PATCH #include "rotatestack.h" #endif |
