wayland: don't print same message for fractional and wl_surface scale

This commit is contained in:
llyyr 2024-11-23 08:40:18 +05:30 committed by Dudemanguy
parent 3e10309b62
commit e2a23e08b8
1 changed files with 1 additions and 1 deletions

View File

@ -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;