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
|
* 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 a new issue