sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit c4d4af7913beae9239fd7f1d84f998af19835e3e
parent c352cae55e8460d48cdc77542d742c94932fd447
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun,  5 Nov 2017 14:23:47 -0500

Merge pull request #1454 from etam/fix_init_tray

Fix init_tray function declaration
Diffstat:
Minclude/swaybar/tray/tray.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/swaybar/tray/tray.h b/include/swaybar/tray/tray.h @@ -27,6 +27,6 @@ void tray_upkeep(struct bar *bar); /** * Initializes the tray with D-Bus */ -void init_tray(); +void init_tray(struct bar *bar); #endif /* _SWAYBAR_TRAY_H */