mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
![Rui Matos](/assets/img/avatar_default.png)
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%