From 51db087210b14201589701c49adca80e846a84b9 Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 15 Dec 2017 01:00:03 +0100 Subject: Introduce fractional scaling --- include/rootston/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rootston') 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; -- cgit v1.2.3