This commit is contained in:
Alexander Orzechowski 2026-03-16 10:26:28 +00:00 committed by GitHub
commit cf27299a3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 36 additions and 22 deletions

View file

@ -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];