mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
6a9130f10f
When rendering a glyph run from a texture we were premultiplying the colour once in display_list_render() and then again in display_list_render_texture(). This was causing the color to come out wrong. This fixes bug #1775. Thanks to Pierre-Luc Beaudoin for reporting.