summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-01-22 11:28:55 +0100
committerbakkeby <[email protected]>2021-01-22 11:28:55 +0100
commit0f284023050cca4a66479e36bd2fa37a1798bf83 (patch)
treea78acc3805c9bb1938a537a86a9cf63861b78d2a /patch/include.h
parent49839cf6f14919470fee1be7033df1786afb055e (diff)
downloaddwm-flexipatch-0f284023050cca4a66479e36bd2fa37a1798bf83.tar.gz
dwm-flexipatch-0f284023050cca4a66479e36bd2fa37a1798bf83.zip
Adding placemouse 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 5ebc442..8703af1 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -179,6 +179,9 @@
#if PERTAG_PATCH
#include "pertag.h"
#endif
+#if PLACEMOUSE_PATCH
+#include "placemouse.h"
+#endif
#if PUSH_NO_MASTER_PATCH
#include "push_no_master.h"
#elif PUSH_PATCH