Merge branch 'wlroots' into feature/input

This commit is contained in:
Tony Crisci 2017-12-18 11:01:11 -05:00
commit a949d7de5a
6 changed files with 57 additions and 6 deletions

View file

@ -105,7 +105,7 @@ struct output_config {
int width, height;
float refresh_rate;
int x, y;
int scale;
float scale;
int32_t transform;
char *background;