mirror of
https://github.com/brl/mutter.git
synced 2025-02-08 17:44:09 +00:00
![Rui Matos](/assets/img/avatar_default.png)
All backends follow the same pattern of queueing events first in ClutterMainContext, then copying them to a ClutterStage queue and immediately free them. Instead, we can just pass ownership of events directly to ClutterStage thus avoiding the allocation and copy in between. https://bugzilla.gnome.org/show_bug.cgi?id=711857