mirror of
https://github.com/brl/mutter.git
synced 2025-05-24 15:44:56 +00:00

Move unreffing the framebuffer to ClutterOffscreenEffect.pre_paint(). This will allow us to properly chain up ClutterOffscreenEffect.paint() and not reimplement exactly what ClutterEffect does by default. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1474