Skip to content
  • Georges Basile Stavracas Neto's avatar
    clutter-*-effect: Remove cogl_rectangle() · 4c3d9fcc
    Georges Basile Stavracas Neto authored
    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.
    4c3d9fcc