diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-05 14:23:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-05 14:23:47 -0500 |
commit | c4d4af7913beae9239fd7f1d84f998af19835e3e (patch) | |
tree | d69269915937672c459df98bab415d7b671e5ac5 /include | |
parent | c352cae55e8460d48cdc77542d742c94932fd447 (diff) | |
parent | 501c788f5f2a4a4b20ca8bd73bc2c3d06b5fc6a8 (diff) |
Merge pull request #1454 from etam/fix_init_tray
Fix init_tray function declaration
Diffstat (limited to 'include')
-rw-r--r-- | include/swaybar/tray/tray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/swaybar/tray/tray.h b/include/swaybar/tray/tray.h index b718e555..2d0662be 100644 --- 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 */ |