Skip to content

Drop Toplevel::bufferScale()

Vlad Zahorodnii requested to merge work/zzag/kill-toplevel-buffer-scale into master

On Wayland, a window can have subsurfaces. The spec doesn't require the main surface and its sub-surfaces to have the same scale factor.

Given that Toplevel::bufferScale() makes no sense with Wayland windows, this change drops it to make code more reasonable and to prevent people from using Toplevel::bufferScale().

Merge request reports