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.h | |
| parent | 2cb3e697e41c09059dbff9ec903875a95d019a7f (diff) | |
| download | dwm-flexipatch-fc8434abd1218fc33a4418bcde31cef10c12ede7.tar.gz dwm-flexipatch-fc8434abd1218fc33a4418bcde31cef10c12ede7.zip | |
Adding moveplace patch
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h index 38821fa..5164236 100644 --- a/patch/include.h +++ b/patch/include.h @@ -73,6 +73,9 @@ #if MDPCONTROL_PATCH #include "mdpcontrol.h" #endif +#if MOVEPLACE_PATCH +#include "moveplace.h" +#endif #if MOVERESIZE_PATCH #include "moveresize.h" #endif |
