Merge pull request #1454 from etam/fix_init_tray

Fix init_tray function declaration
master
Drew DeVault 7 years ago committed by GitHub
commit c4d4af7913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save