summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-06-15 21:01:05 +0200
committerbakkeby <[email protected]>2020-06-15 21:01:05 +0200
commit5e0a9c49f8d4f70616282b50bead1efcbcc20e94 (patch)
treebc83c7f3e2a921c46812379cbe7494a93d3a34a9 /patch/include.c
parent920c58421b6107a386f60d1f52bd3c83fee6d40d (diff)
downloaddwm-flexipatch-5e0a9c49f8d4f70616282b50bead1efcbcc20e94.tar.gz
dwm-flexipatch-5e0a9c49f8d4f70616282b50bead1efcbcc20e94.zip
Adding sizehints 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 9d88b94..77abf89 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -117,6 +117,9 @@
#if SHIFTVIEW_CLIENTS_PATCH
#include "shiftviewclients.c"
#endif
+#if SIZEHINTS_RULED_PATCH
+#include "sizehints_ruled.c"
+#endif
#if SORTSCREENS_PATCH
#ifdef XINERAMA
#include "sortscreens.c"