mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
![Georges Basile Stavracas Neto](/assets/img/avatar_default.png)
Rename cogl_matrix_get_array() to cogl_matrix_to_float(), and make it copy the floats to an out argument instead of returning a pointer to the casted CoglMatrix struct. The naming change is specifically made to match graphene's, and ease the transition. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1439