mirror of
https://github.com/brl/mutter.git
synced 2025-03-05 12:48:11 +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.