mirror of https://github.com/mpv-player/mpv
wayland: don't print same message for fractional and wl_surface scale
This commit is contained in:
parent
3e10309b62
commit
e2a23e08b8
|
@ -1253,7 +1253,7 @@ static void preferred_scale(void *data,
|
||||||
|
|
||||||
wl->pending_scaling = scale;
|
wl->pending_scaling = scale;
|
||||||
wl->scale_configured = true;
|
wl->scale_configured = true;
|
||||||
MP_VERBOSE(wl, "Obtained preferred scale, %f, from the compositor.\n",
|
MP_VERBOSE(wl, "Obtained preferred fractional scale, %f, from the compositor.\n",
|
||||||
wl->pending_scaling / WAYLAND_SCALE_FACTOR);
|
wl->pending_scaling / WAYLAND_SCALE_FACTOR);
|
||||||
wl->need_rescale = true;
|
wl->need_rescale = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue