diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-12-15 11:04:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-15 11:04:27 -0500 |
commit | a6704fd16d53fb82c8cea527b4a546ba92572ea8 (patch) | |
tree | 4ef0a8c88272e7715f6f2b6fd2da853850de328c /include/rootston | |
parent | 23fb663ea4eaff436d9bfab7f74cdd298fac44c5 (diff) | |
parent | 51bbcc0fbf7b668c73eeffbb6839f402a0ca368f (diff) |
Merge pull request #488 from emersion/fractional-scaling
Add fractional scaling support
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/config.h b/include/rootston/config.h index 1d54314e..d453a82c 100644 --- a/include/rootston/config.h +++ b/include/rootston/config.h @@ -9,7 +9,7 @@ struct roots_output_config { char *name; enum wl_output_transform transform; int x, y; - int scale; + float scale; struct wl_list link; struct { int width, height; |