diff options
| author | bakkeby <[email protected]> | 2019-09-05 22:10:00 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-05 22:10:00 +0200 |
| commit | cba0991170279af11684066526e4e70abec20438 (patch) | |
| tree | 47d621da1e7b4bd55ce9a991e3f6ca65f1da32bf /patch/include.c | |
| parent | 2c9a889b22fd0e92f64ab6d35584f24e4076ddd8 (diff) | |
| download | dwm-flexipatch-cba0991170279af11684066526e4e70abec20438.tar.gz dwm-flexipatch-cba0991170279af11684066526e4e70abec20438.zip | |
Adding systray patch
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 4 |
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 |
