mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 02:19:15 +00:00
f9d996a460
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