Skip to content

x11: Read window position relative to root window rather than parent

Ben Mather requested to merge bwhmather/gtk:x11_coords-relative-to-root into main

This fixes monitor enter and leave events on X11, and probably other things, when using server-side decorations.

Without this patch, window coordinates are take relative to the top left corner of the decoration window and so never change.

Merge request reports