mirror of
https://github.com/brl/mutter.git
synced 2025-03-06 05:08:11 +00:00

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.