summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2022-07-04 13:34:41 +0200
committerbakkeby <[email protected]>2022-07-04 13:45:06 +0200
commitd3ab291944016be14002875ef8f4a318bd672c50 (patch)
treeba7b2c45670638885bee95a594e66ddbf1e45660 /patch/include.c
parent279c571986a8c9b22acf4fe462e3d1470bf2925e (diff)
downloaddwm-flexipatch-d3ab291944016be14002875ef8f4a318bd672c50.tar.gz
dwm-flexipatch-d3ab291944016be14002875ef8f4a318bd672c50.zip
Adding shiftboth patch ref. #270
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 2af5433..a4130da 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -232,6 +232,9 @@
#if SETBORDERPX_PATCH
#include "setborderpx.c"
#endif
+#if SHIFTBOTH_PATCH
+#include "shiftboth.c"
+#endif
#if SHIFTTAG_PATCH
#include "shifttag.c"
#endif