diff options
| author | bakkeby <[email protected]> | 2019-10-10 23:09:07 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-10 23:09:07 +0200 |
| commit | ed1c509df3faf757a5b46bae0cfa59035977b50c (patch) | |
| tree | fcfc75bba17b651ebe2b27786933675c1cfbd489 /patch/include.c | |
| parent | 703e9da1108cb3d69314bdd979b8ec9141a28618 (diff) | |
| download | dwm-flexipatch-ed1c509df3faf757a5b46bae0cfa59035977b50c.tar.gz dwm-flexipatch-ed1c509df3faf757a5b46bae0cfa59035977b50c.zip | |
Adding mdpcontrol 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 d881deb..e86b053 100644 --- a/patch/include.c +++ b/patch/include.c @@ -68,6 +68,10 @@ #include "maximize.c" #endif +#if MDPCONTROL_PATCH +#include "mdpcontrol.c" +#endif + #if MOVESTACK_PATCH #include "movestack.c" #endif |
