diff options
| author | bakkeby <[email protected]> | 2022-06-20 14:00:09 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2022-06-20 14:00:09 +0200 |
| commit | 2f70c42aab2ac71f5cdb1996499247f2268c98ce (patch) | |
| tree | daa286e6af9ea7ea0abb8ff77a62182759ce6a67 /patch/include.h | |
| parent | d7456b235a0eb549c752d0cf06198fd29264e21a (diff) | |
| download | dwm-flexipatch-2f70c42aab2ac71f5cdb1996499247f2268c98ce.tar.gz dwm-flexipatch-2f70c42aab2ac71f5cdb1996499247f2268c98ce.zip | |
Adding renamed scratchpads patch
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/patch/include.h b/patch/include.h index 52da603..0cf267a 100644 --- a/patch/include.h +++ b/patch/include.h @@ -217,7 +217,9 @@ #if ROUNDED_CORNERS_PATCH #include "roundedcorners.h" #endif -#if SCRATCHPADS_PATCH +#if RENAMED_SCRATCHPADS_PATCH +#include "renamed_scratchpads.h" +#elif SCRATCHPADS_PATCH #include "scratchpad.h" #endif #if SCRATCHPAD_ALT_1_PATCH |
