mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Update hidpi support to latest wlc API
This commit is contained in:
parent
6ea02f3064
commit
11e7ca044c
7 changed files with 22 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue