summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-05 23:27:33 +0200
committerbakkeby <[email protected]>2019-09-05 23:27:33 +0200
commit448f8db4c28b91418abfc461304aebd4530a4cfc (patch)
tree5591c88db655e5676dc9cb70904ffde4964edc75 /patch/include.c
parente681ab5dd99c5b0b8693846239976c3cb66fe502 (diff)
downloaddwm-flexipatch-448f8db4c28b91418abfc461304aebd4530a4cfc.tar.gz
dwm-flexipatch-448f8db4c28b91418abfc461304aebd4530a4cfc.zip
Adding togglefullscreen patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/patch/include.c b/patch/include.c
index d14c844..aa64108 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -10,6 +10,10 @@
#include "systray.c"
#endif
+#if TOGGLEFULLSCREEN_PATCH
+#include "togglefullscreen.c"
+#endif
+
#if ZOOMSWAP_PATCH
#include "zoomswap.c"
-#endif // ZOOMSWAP_PATCH
+#endif