diff options
| author | bakkeby <[email protected]> | 2020-03-20 16:45:20 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-03-20 16:45:20 +0100 |
| commit | 873b856428e9695bd13a1df37e9eb38c20a3f52b (patch) | |
| tree | 0a858721de80a1ab4e0fcf8794716ab54a8538d6 /patch/include.c | |
| parent | 2541d38d2ce2be00d39be16f69ae0e793d168aa1 (diff) | |
| download | dwm-flexipatch-873b856428e9695bd13a1df37e9eb38c20a3f52b.tar.gz dwm-flexipatch-873b856428e9695bd13a1df37e9eb38c20a3f52b.zip | |
FAKEFULLSCREEN_PATCH takes precedence over the FAKEFULLSCREEN_CLIENT_PATCH, ref. #13
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/include.c b/patch/include.c index d8631fb..d7c3178 100644 --- a/patch/include.c +++ b/patch/include.c @@ -37,7 +37,7 @@ #if EXRESIZE_PATCH #include "exresize.c" #endif -#if FAKEFULLSCREEN_CLIENT_PATCH +#if !FAKEFULLSCREEN_PATCH && FAKEFULLSCREEN_CLIENT_PATCH #include "fakefullscreenclient.c" #endif #if FOCUSADJACENTTAG_PATCH |
