Skip to content

backend/wayland: Fix computing output pixel size in xdg_toplevel.configure handler

Vlad Zahorodnii requested to merge work/zzag/backend-wayland-scale into master

Currently, we pass the logical size but setGeometry() expects the size in device pixels. It fixes "kwin_wayland --scale 2" shrinking on every configure event.

Merge request reports