summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2016-07-18 16:21:45 -0400
committerDrew DeVault <[email protected]>2016-07-28 14:36:49 -0400
commit11e7ca044c61f0bcce95a90b50814f780f769f21 (patch)
tree70a4b6d6e476471a7f290f8c1278b01b275358be /sway/commands.c
parent6ea02f3064736b7f53e5b28c16ee74f5665ce1b8 (diff)
Update hidpi support to latest wlc API
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 89d4337c..053b5792 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -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