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.h | |
| parent | 2c9a889b22fd0e92f64ab6d35584f24e4076ddd8 (diff) | |
| download | dwm-flexipatch-cba0991170279af11684066526e4e70abec20438.tar.gz dwm-flexipatch-cba0991170279af11684066526e4e70abec20438.zip | |
Adding systray patch
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/patch/include.h b/patch/include.h index c5c8947..5605b77 100644 --- a/patch/include.h +++ b/patch/include.h @@ -1,5 +1,7 @@ - #if ALPHA_PATCH #include "alpha.h" #endif +#if SYSTRAY_PATCH +#include "systray.h" +#endif
\ No newline at end of file |
