Merge pull request #1526 from emersion/fractional-output-scale

Add support for fractional output scale
This commit is contained in:
Drew DeVault 2017-12-18 09:21:30 -05:00 committed by GitHub
commit eb4f66f785
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

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