mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
Fix init_tray function declaration
This fixes compilation failure: error: call to function 'init_tray' without a real prototype
This commit is contained in:
parent
c352cae55e
commit
501c788f5f
@ -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…
Reference in New Issue
Block a user