summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-10 23:33:04 +0200
committerbakkeby <[email protected]>2019-10-10 23:33:04 +0200
commit2eb8bcdf153d608caf1e23817b463fd03cc44b72 (patch)
tree3beb8b5ea556c2788b58fe4a15882686a8e40f9a /patch/include.h
parented1c509df3faf757a5b46bae0cfa59035977b50c (diff)
downloaddwm-flexipatch-2eb8bcdf153d608caf1e23817b463fd03cc44b72.tar.gz
dwm-flexipatch-2eb8bcdf153d608caf1e23817b463fd03cc44b72.zip
Adding scratchpad patch
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index c38f849..c2586b4 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -94,6 +94,10 @@
#include "rotatestack.h"
#endif
+#if SCRATCHPAD_PATCH
+#include "scratchpad.h"
+#endif
+
#if SELFRESTART_PATCH
#include "selfrestart.h"
#endif