mirror of
https://github.com/swaywm/sway.git
synced 2026-03-30 11:10:59 -04:00
Merge pull request #1454 from etam/fix_init_tray
Fix init_tray function declaration
This commit is contained in:
parent
59222bc3a7
commit
4b0479d7ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue