summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-06-05 11:23:22 +0200
committerbakkeby <[email protected]>2020-06-05 11:23:22 +0200
commit6321b52a302dded8224390a81bb60a7073bec2f3 (patch)
tree3976af5255d714bc35a9e6347100daf7ecea47a8 /patch/include.c
parent09a5fc909776c7888629a5b46078374e571ed04a (diff)
downloaddwm-flexipatch-6321b52a302dded8224390a81bb60a7073bec2f3.tar.gz
dwm-flexipatch-6321b52a302dded8224390a81bb60a7073bec2f3.zip
Renamed SCRATCHPAD_PATCH --> SCRATCHPADS_PATCH to match the naming of the suckless patches as the multiple scratchpads patch has its own location now
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/include.c b/patch/include.c
index 49785da..9d88b94 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -99,7 +99,7 @@
#if ROUNDED_CORNERS_PATCH
#include "roundedcorners.c"
#endif
-#if SCRATCHPAD_PATCH
+#if SCRATCHPADS_PATCH
#include "scratchpad.c"
#endif
#if SCRATCHPAD_ALT_1_PATCH