summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
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.h
parent279c571986a8c9b22acf4fe462e3d1470bf2925e (diff)
downloaddwm-flexipatch-d3ab291944016be14002875ef8f4a318bd672c50.tar.gz
dwm-flexipatch-d3ab291944016be14002875ef8f4a318bd672c50.zip
Adding shiftboth patch ref. #270
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 eb6b58f..095bd70 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -234,6 +234,9 @@
#if SETBORDERPX_PATCH
#include "setborderpx.h"
#endif
+#if SHIFTBOTH_PATCH
+#include "shiftboth.h"
+#endif
#if SHIFTTAG_PATCH
#include "shifttag.h"
#endif