Update hidpi support to latest wlc API

This commit is contained in:
Drew DeVault 2016-07-18 16:21:45 -04:00
parent 6ea02f3064
commit 11e7ca044c
7 changed files with 22 additions and 13 deletions

View file

@ -1706,10 +1706,10 @@ static struct cmd_results *cmd_output(int argc, char **argv) {
list_add(config->output_configs, output);
}
sway_log(L_DEBUG, "Config stored for output %s (enabled:%d) (%d x %d @ %d, %d) (bg %s %s)",
sway_log(L_DEBUG, "Config stored for output %s (enabled:%d) (%d x %d @ %d, %d scale %d) (bg %s %s)",
output->name, output->enabled, output->width,
output->height, output->x, output->y, output->background,
output->background_option);
output->height, output->x, output->y, output->scale,
output->background, output->background_option);
if (output->name) {
// Try to find the output container and apply configuration now. If