mirror of
https://github.com/brl/mutter.git
synced 2025-01-25 02:48:56 +00:00
836d54445d
Instead of using cogl_rectangle() this example now uses cogl_framebuffer_draw_rectangle(). This fixes a crash due to the example not pushing a current framebuffer before calling cogl_rectangle(). Reviewed-by: Neil Roberts <neil@linux.intel.com>