mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -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
|
|
@ -391,8 +391,7 @@ err:
|
|||
//}
|
||||
|
||||
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) {
|
||||
|
||||
double original_width = *pos;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue