Skip to content

Remove the GdkWin32 global screen offset

Luca Bacci requested to merge lb90/gtk:forward-port-mr-3931-to-gtk4 into master

Today the _gdk_offset_x / _gdk_offset_y variables in GdkWin32 are not needed anymore. This MR removes them. Also fixes a few calculations around monitor geometries.

Fixes #4348 (closed), #1477 (closed)

Edited by Luca Bacci

Merge request reports