diff options
| author | bakkeby <[email protected]> | 2020-06-21 15:33:29 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-06-21 15:33:29 +0200 |
| commit | 6a683c729e1e0f9eb8901421ef596ef2423ae92b (patch) | |
| tree | 80c2c36d724fd7940341369103171eb06c1aebc8 /patch/include.h | |
| parent | 8645b2ce3568b4628f40fb99466c154edc0e338f (diff) | |
| download | dwm-flexipatch-6a683c729e1e0f9eb8901421ef596ef2423ae92b.tar.gz dwm-flexipatch-6a683c729e1e0f9eb8901421ef596ef2423ae92b.zip | |
Adding floatpos 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 dca2120..97628aa 100644 --- a/patch/include.h +++ b/patch/include.h @@ -49,6 +49,9 @@ #if !FAKEFULLSCREEN_PATCH && FAKEFULLSCREEN_CLIENT_PATCH #include "fakefullscreenclient.h" #endif +#if FLOATPOS_PATCH +#include "floatpos.h" +#endif #if FOCUSADJACENTTAG_PATCH #include "focusadjacenttag.h" #endif |
