summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-05-03 16:09:05 +0200
committerbakkeby <[email protected]>2020-05-03 16:09:05 +0200
commit75d5f1e0c5140bb97ebb77db66462d7a86da9450 (patch)
treebd0dc2ef67b543402b885df8115a266755b4c3f4 /patch/include.h
parent657988fbbf2825e303dd0fe107a142a89933a897 (diff)
downloaddwm-flexipatch-75d5f1e0c5140bb97ebb77db66462d7a86da9450.tar.gz
dwm-flexipatch-75d5f1e0c5140bb97ebb77db66462d7a86da9450.zip
Adding shiftview patch
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 2dad7f1..aa40071 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -108,6 +108,9 @@
#if SHIFTVIEW_PATCH
#include "shiftview.h"
#endif
+#if SHIFTVIEW_CLIENTS_PATCH
+#include "shiftviewclients.h"
+#endif
#if SORTSCREENS_PATCH
#ifdef XINERAMA
#include "sortscreens.h"