mirror of
https://github.com/brl/mutter.git
synced 2025-03-14 23:35:04 +00:00

Stop taking a ClutterEvent and pass the essentials here (x/y/evtime), we don't have a ClutterEvent handy in all places that we call this API, and it feels awkward to create one just for calling this vmethod. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3153>