mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 02:19:15 +00:00
e673de0b55
The pango-display-list code was calling cogl_set_source in numerous places and it didn't appear to be saving the users source to restore later. This could result in the user inadvertantly drawing a primitive with one of these internally managed materials instead of one that they chose. To rectify this the code now uses cogl_{push,pop}_source to save and restore the users source.