mirror of
https://github.com/swaywm/sway.git
synced 2026-05-04 06:46:25 -04:00
Fix icon.c and tray/tray.c rendering
This commit is contained in:
parent
a568637a45
commit
339149807f
5 changed files with 70 additions and 52 deletions
|
|
@ -21,8 +21,7 @@ void tray_mouse_event(struct output *output, int x, int y,
|
|||
*/
|
||||
|
||||
uint32_t render_tray(cairo_t *cairo, struct swaybar_output *output,
|
||||
struct swaybar_config *config, struct swaybar_workspace *ws,
|
||||
double *pos, uint32_t height);
|
||||
struct swaybar_config *config, double *pos, uint32_t height);
|
||||
|
||||
/**
|
||||
* Initializes the tray with D-Bus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue