mirror of
https://github.com/brl/mutter.git
synced 2025-03-06 05:08:11 +00:00

Using glEnable() directly confuses COGL and can result in problems like subsequent pick operations not working correctly. Get the material for the ClutterTexture and call cogl_material_flush_gl_state() instead. http://bugzilla.openedhand.com/show_bug.cgi?id=1483