Skip to content

qpa: Geometry handling fixes

Vlad Zahorodnii requested to merge work/zzag/qpa-geometry-fixes into master

We don't need to emit {x,y,width,height}Changed signals ourselves. We also need to send an expose event otherwise the window can be rendered incorrectly if it's resized. The logic follows QtWayland implementation.

Merge request reports