mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 10:28:58 +00:00
Rui Matos
b281f9566d
wayland-surface: Make get_relative_coordinates() accurate for X apps
Using clutter API to transform coordinates is only accurate right after a clutter layout pass but this function is used e.g. to deliver pointer motion events which can happen at any time. This isn't a problem for wayland clients since they don't control their position, but X clients do and we'd be sending outdated coordinates if a client is moving a window in response to motion events. https://bugzilla.gnome.org/show_bug.cgi?id=768039
…
…
…
…
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%