summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-15 00:22:24 +0200
committerbakkeby <[email protected]>2019-09-15 00:22:24 +0200
commit713c4e619749e437970dee379d65417f9a1849b3 (patch)
treeae80930ed2da7ddb8d0c94f54d8b19fa39b3cd72 /patch/include.h
parent70012dbf2cb8eddddc4ec57ecba4508a9d9664a5 (diff)
downloaddwm-flexipatch-713c4e619749e437970dee379d65417f9a1849b3.tar.gz
dwm-flexipatch-713c4e619749e437970dee379d65417f9a1849b3.zip
Adding push no master variant patch
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/patch/include.h b/patch/include.h
index 924ffff..e2d73df 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -36,7 +36,9 @@
#include "ewmhtags.h"
#endif
-#if PUSH_PATCH
+#if PUSH_NO_MASTER_PATCH
+#include "push_no_master.h"
+#elif PUSH_PATCH
#include "push.h"
#endif