summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-05 22:10:00 +0200
committerbakkeby <[email protected]>2019-09-05 22:10:00 +0200
commitcba0991170279af11684066526e4e70abec20438 (patch)
tree47d621da1e7b4bd55ce9a991e3f6ca65f1da32bf /patch/include.c
parent2c9a889b22fd0e92f64ab6d35584f24e4076ddd8 (diff)
downloaddwm-flexipatch-cba0991170279af11684066526e4e70abec20438.tar.gz
dwm-flexipatch-cba0991170279af11684066526e4e70abec20438.zip
Adding systray patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/patch/include.c b/patch/include.c
index de31d1e..67bbf91 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -1,5 +1,7 @@
-
#if ALPHA_PATCH
#include "alpha.c"
#endif
+#if SYSTRAY_PATCH
+#include "systray.c"
+#endif