Merge pull request #1454 from etam/fix_init_tray

Fix init_tray function declaration
This commit is contained in:
Drew DeVault 2017-11-05 14:23:47 -05:00 committed by GitHub
commit c4d4af7913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 */