diff options
| author | bakkeby <[email protected]> | 2019-10-04 00:20:47 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-04 00:20:47 +0200 |
| commit | 853c64fbb7adf09743af0723c6f2a55e83451c99 (patch) | |
| tree | 3384de55ef44256d32ccd97b613b75729c5e7001 /patch/include.c | |
| parent | 40000bba1ce137d426a3844d2a10e2e646c7ea82 (diff) | |
| download | dwm-flexipatch-853c64fbb7adf09743af0723c6f2a55e83451c99.tar.gz dwm-flexipatch-853c64fbb7adf09743af0723c6f2a55e83451c99.zip | |
Adding switchcol patch
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index cd52548..ca231a0 100644 --- a/patch/include.c +++ b/patch/include.c @@ -86,6 +86,10 @@ #include "systray.c" #endif +#if SWITCHCOL_PATCH +#include "switchcol.c" +#endif + #if TAGALLMON_PATCH #include "tagallmon.c" #endif |
