Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
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. |
||
---|---|---|
cogl | ||
doc | ||
pango | ||
Makefile.am |