mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
4c3d9fccc1
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.