diff options
author | emersion <contact@emersion.fr> | 2017-12-15 01:00:03 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-12-15 01:00:03 +0100 |
commit | 51db087210b14201589701c49adca80e846a84b9 (patch) | |
tree | 6ad2e387a4f6cda32c40c40f68c3929318245006 /include/rootston | |
parent | 23fb663ea4eaff436d9bfab7f74cdd298fac44c5 (diff) |
Introduce fractional scaling
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; |