mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-30 08:35:02 +01:00
Merge pull request #1454 from etam/fix_init_tray
Fix init_tray function declaration
This commit is contained in:
commit
c4d4af7913
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
|
* Initializes the tray with D-Bus
|
||||||
*/
|
*/
|
||||||
void init_tray();
|
void init_tray(struct bar *bar);
|
||||||
|
|
||||||
#endif /* _SWAYBAR_TRAY_H */
|
#endif /* _SWAYBAR_TRAY_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue