summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-03-27 20:46:54 +0100
committerbakkeby <[email protected]>2020-03-27 20:46:54 +0100
commite9e32d28c7c16c867686ac692607a6d40165f65d (patch)
treef54121ae4fcb4151052631bb0142bee151274ac6 /patch/include.c
parentcf2e0c1d70a019b1180f53017637a26bdf9fd6c3 (diff)
downloaddwm-flexipatch-e9e32d28c7c16c867686ac692607a6d40165f65d.tar.gz
dwm-flexipatch-e9e32d28c7c16c867686ac692607a6d40165f65d.zip
Adding revamped dragmfact patch ref. #19
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 b881f4d..5cbb942 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -167,6 +167,9 @@
#if XRDB_PATCH && !VTCOLORS_PATCH
#include "xrdb.c"
#endif
+#if DRAGMFACT_PATCH
+#include "dragmfact.c"
+#endif
/* Layouts */
#if BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || CENTEREDMASTER_LAYOUT || CENTEREDFLOATINGMASTER_LAYOUT || COLUMNS_LAYOUT || DECK_LAYOUT || TILE_LAYOUT
#include "layout_facts.c"