Skip to content

Fix win32 gl resize

Chun-wei Fan requested to merge fix-win32-gl-resize into master

Hi,

In the GDK Win32 backend, we applied the moves and updates to the windows using Cairo drawing context but not GL drawing context. This MR attempts to fix window resizing and moving on GL windows (i.e., when we use the GL GSK renderer).

With blessings, thank you!

Edited by Chun-wei Fan

Merge request reports