mirror of
https://github.com/brl/mutter.git
synced 2025-03-13 14:55:05 +00:00

The default implementation of ClutterActor.pick() uses cogl_rectangle() to draw the rectangle with the color for picking. Replace that by cogl_framebuffer_draw_rectangle(). A static color pipeline had to be created in order to hold the pick color.