mirror of
https://github.com/swaywm/sway
synced 2024-11-18 19:03:59 +01:00
commit
f8d0e1f946
@ -19,7 +19,7 @@ static void display_handle_mode(void *data, struct wl_output *wl_output,
|
|||||||
state->flags = flags;
|
state->flags = flags;
|
||||||
state->width = width;
|
state->width = width;
|
||||||
state->height = height;
|
state->height = height;
|
||||||
sway_log(L_DEBUG, "Got mode %dx%x:0x%X for output %p",
|
sway_log(L_DEBUG, "Got mode %dx%d:0x%X for output %p",
|
||||||
width, height, flags, data);
|
width, height, flags, data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user