mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
Merge pull request #1526 from emersion/fractional-output-scale
Add support for fractional output scale
This commit is contained in:
commit
eb4f66f785
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