The source project of this merge request has been removed.
eel: gtk-extensions: fix window position checking
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