mirror of
https://github.com/brl/mutter.git
synced 2025-04-12 13:19:38 +00:00

All those effects have the same basic pattern of setting a color of a pipeline, then drawing a rect with cogl_rectangle(). Thus, replacing those was as easy as retrieving the draw framebuffer and calling cogl_framebuffer_draw_rectangle() on it.