mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
Merge pull request #1454 from etam/fix_init_tray
Fix init_tray function declaration
This commit is contained in:
commit
c4d4af7913
@ -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…
Reference in New Issue
Block a user