mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 12:32:05 +00:00
4358f8da7c
_clutter_actor_handle_event() currently allocates a new GPtrArray on the heap for every single event emission, let's avoid this by keeping an array around in ClutterStage and reusing that. This is moving the last few bits of event emission into ClutterStage, which will be useful when we introduce implicit grabbing in subsequent commits. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2342> |
||
---|---|---|
.. | ||
clutter | ||
.gitignore | ||
meson.build |