diff options
| author | bakkeby <[email protected]> | 2020-06-05 11:23:22 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-06-05 11:23:22 +0200 |
| commit | 6321b52a302dded8224390a81bb60a7073bec2f3 (patch) | |
| tree | 3976af5255d714bc35a9e6347100daf7ecea47a8 /patch/include.h | |
| parent | 09a5fc909776c7888629a5b46078374e571ed04a (diff) | |
| download | dwm-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.h')
| -rw-r--r-- | patch/include.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/include.h b/patch/include.h index d26d740..bb91ee2 100644 --- a/patch/include.h +++ b/patch/include.h @@ -102,7 +102,7 @@ #if ROUNDED_CORNERS_PATCH #include "roundedcorners.h" #endif -#if SCRATCHPAD_PATCH +#if SCRATCHPADS_PATCH #include "scratchpad.h" #endif #if SCRATCHPAD_ALT_1_PATCH |
