From 6ea02f3064736b7f53e5b28c16ee74f5665ce1b8 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 16 Jul 2016 10:04:18 -0400 Subject: Initial pass on HiDPI support --- include/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 87e23187..5e1c123e 100644 --- a/include/config.h +++ b/include/config.h @@ -81,6 +81,7 @@ struct output_config { int enabled; int width, height; int x, y; + int scale; char *background; char *background_option; }; -- cgit v1.2.3-54-g00ecf