diff options
| author | bakkeby <[email protected]> | 2019-10-05 23:56:43 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-05 23:56:43 +0200 |
| commit | ac4269a4f28f29bad9a319993ad814830248f89a (patch) | |
| tree | eabfabfca7ce1b90129364b9e21f53a2418f5b06 /patch/include.c | |
| parent | f096d003d9c33ec08f1d563e8f52c44f32ed80c8 (diff) | |
| download | dwm-flexipatch-ac4269a4f28f29bad9a319993ad814830248f89a.tar.gz dwm-flexipatch-ac4269a4f28f29bad9a319993ad814830248f89a.zip | |
Adding cmdcustomize 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 084f64e..8f4a0d0 100644 --- a/patch/include.c +++ b/patch/include.c @@ -24,6 +24,10 @@ #include "cfacts.c" #endif +#if CMDCUSTOMIZE +#include "cmdcustomize.c" +#endif + #if COMBO_PATCH #include "combo.c" #endif |
