Skip to content

eel: gtk-extensions: fix window position checking

Ghost User requested to merge (removed):window-position-check into gnome-3-26

Currently, windows are confined to the geometry of the primary monitor (minus a constant size) with the assumption that its position is (0, 0). This breaks cases where the primary monitor is above or to the left of the window. This commit fixes that by using a monitor nearest to the stored position.

Closes #197 (closed).

Edited by Ghost User

Merge request reports