summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
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.h
parent5fa724da0d14d64870bf85cbfa994d4760ec325a (diff)
downloaddwm-flexipatch-9b85650c1dd6c43afb752edc22d2e038abac00ac.tar.gz
dwm-flexipatch-9b85650c1dd6c43afb752edc22d2e038abac00ac.zip
Adding fakefullscreeenclient patch
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index 4ae5675..bce929e 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -35,6 +35,9 @@
#if EXRESIZE_PATCH
#include "exresize.h"
#endif
+#if FAKEFULLSCREEN_CLIENT_PATCH
+#include "fakefullscreenclient.h"
+#endif
#if FOCUSADJACENTTAG_PATCH
#include "focusadjacenttag.h"
#endif