mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
Jonas Ådahl
daa15d94fd
xdg-shell: Popups should be placed relative to the parent surface
According to the xdg-shell protocol specification the (x, y) coordinates passed when creating a popup surface is relative to top left corner of the parent surface, but prior to this patch, if the parent surface was a xdg_surface, it'd position it relative to top left corner of the window geometry of that xdg_surface. https://bugzilla.gnome.org/show_bug.cgi?id=749716
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%