summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-11-21 12:15:16 +0100
committerbakkeby <[email protected]>2019-11-21 12:23:38 +0100
commit9b85650c1dd6c43afb752edc22d2e038abac00ac (patch)
treefe6955280523191d62a9030560a10e6755067ba9 /patch/include.c
parent5fa724da0d14d64870bf85cbfa994d4760ec325a (diff)
downloaddwm-flexipatch-9b85650c1dd6c43afb752edc22d2e038abac00ac.tar.gz
dwm-flexipatch-9b85650c1dd6c43afb752edc22d2e038abac00ac.zip
Adding fakefullscreeenclient patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c3
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