mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Add support for fractional output scale
This commit is contained in:
parent
1aab9ae3e7
commit
c815d6d1a9
3 changed files with 4 additions and 4 deletions
|
|
@ -82,7 +82,7 @@ struct output_config {
|
|||
int width, height;
|
||||
float refresh_rate;
|
||||
int x, y;
|
||||
int scale;
|
||||
float scale;
|
||||
int32_t transform;
|
||||
|
||||
char *background;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue