mirror of
https://github.com/swaywm/sway.git
synced 2026-04-17 06:46:32 -04:00
sway_text_node: Consider all output scales when calculating buffer size
This commit is contained in:
parent
d417a8fcd0
commit
a81953cb3e
2 changed files with 36 additions and 19 deletions
|
|
@ -6,7 +6,7 @@ struct sway_text_node {
|
|||
int width;
|
||||
int max_width;
|
||||
int height;
|
||||
int baseline;
|
||||
float baseline;
|
||||
bool pango_markup;
|
||||
float color[4];
|
||||
float background[4];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue