Initial pass on HiDPI support

This commit is contained in:
Drew DeVault 2016-07-16 10:04:18 -04:00
parent a5af3bce98
commit 6ea02f3064
6 changed files with 34 additions and 14 deletions

View file

@ -81,6 +81,7 @@ struct output_config {
int enabled;
int width, height;
int x, y;
int scale;
char *background;
char *background_option;
};