mirror of
https://github.com/brl/mutter.git
synced 2025-03-12 06:15:11 +00:00

Since StDrawingArea in gnome-shell is the only user of ClutterCanvas, it is possible to move ClutterCanvas completely out of Mutter to gnome-shell. This allows to remove another Cairo dependency from Mutter. This patch removes ClutterCanvas code from Mutter. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3470>