mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
7ee99aaa83
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 |