diff options
| author | bakkeby <[email protected]> | 2019-11-21 12:15:16 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-11-21 12:23:38 +0100 |
| commit | 9b85650c1dd6c43afb752edc22d2e038abac00ac (patch) | |
| tree | fe6955280523191d62a9030560a10e6755067ba9 /patch/include.c | |
| parent | 5fa724da0d14d64870bf85cbfa994d4760ec325a (diff) | |
| download | dwm-flexipatch-9b85650c1dd6c43afb752edc22d2e038abac00ac.tar.gz dwm-flexipatch-9b85650c1dd6c43afb752edc22d2e038abac00ac.zip | |
Adding fakefullscreeenclient 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 9b0fd0d..346839c 100644 --- a/patch/include.c +++ b/patch/include.c @@ -32,6 +32,9 @@ #if EWMHTAGS_PATCH #include "ewmhtags.c" #endif +#if FAKEFULLSCREEN_CLIENT_PATCH +#include "fakefullscreenclient.c" +#endif #if FOCUSADJACENTTAG_PATCH #include "focusadjacenttag.c" #endif |
