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.h | |
| parent | 703e9da1108cb3d69314bdd979b8ec9141a28618 (diff) | |
| download | dwm-flexipatch-ed1c509df3faf757a5b46bae0cfa59035977b50c.tar.gz dwm-flexipatch-ed1c509df3faf757a5b46bae0cfa59035977b50c.zip | |
Adding mdpcontrol patch
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h index 65feac9..c38f849 100644 --- a/patch/include.h +++ b/patch/include.h @@ -68,6 +68,10 @@ #include "maximize.h" #endif +#if MDPCONTROL_PATCH +#include "mdpcontrol.h" +#endif + #if MOVESTACK_PATCH #include "movestack.h" #endif |
