diff options
| author | bakkeby <[email protected]> | 2020-05-21 19:58:11 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-05-21 19:58:11 +0200 |
| commit | fc8434abd1218fc33a4418bcde31cef10c12ede7 (patch) | |
| tree | 86b9dea5214acf443bb1da120ced4b6efe7ae411 /patch/include.c | |
| parent | 2cb3e697e41c09059dbff9ec903875a95d019a7f (diff) | |
| download | dwm-flexipatch-fc8434abd1218fc33a4418bcde31cef10c12ede7.tar.gz dwm-flexipatch-fc8434abd1218fc33a4418bcde31cef10c12ede7.zip | |
Adding moveplace patch
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index 0b696cf..dc516fe 100644 --- a/patch/include.c +++ b/patch/include.c @@ -70,6 +70,9 @@ #if MDPCONTROL_PATCH #include "mdpcontrol.c" #endif +#if MOVEPLACE_PATCH +#include "moveplace.c" +#endif #if MOVERESIZE_PATCH #include "moveresize.c" #endif |
