summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-11-04 08:17:00 +0100
committerbakkeby <[email protected]>2019-11-04 15:17:19 +0100
commit42b66d4b29082f237e5b368dfa97e18801a203fd (patch)
tree3c96a868b2cf48e81f0b690a127bc76a5bacd3ce /patch/include.c
parent2112ea927f15525a541553ca680677664e73ffe1 (diff)
downloaddwm-flexipatch-42b66d4b29082f237e5b368dfa97e18801a203fd.tar.gz
dwm-flexipatch-42b66d4b29082f237e5b368dfa97e18801a203fd.zip
Addressed some conflicts between CMDCUSTOMIZE and NODMENU patches as well as between EXRESIZE and MAXIMIZE patches
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/patch/include.c b/patch/include.c
index 5166174..9b0fd0d 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -17,7 +17,7 @@
#if CFACTS_PATCH
#include "cfacts.c"
#endif
-#if CMDCUSTOMIZE
+#if CMDCUSTOMIZE_PATCH
#include "cmdcustomize.c"
#endif
#if COMBO_PATCH
@@ -174,4 +174,4 @@
#endif
#if TILE_LAYOUT
#include "tile.c"
-#endif \ No newline at end of file
+#endif