diff options
Diffstat (limited to 'src/bdm.c')
-rw-r--r-- | src/bdm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ static void renderText (cairo_t * cr, BDMText * text, ScreenArea * area) text->color[2] / 65535.0, text->color[3] / 65535.0); pango_cairo_show_layout (cr, layout); + cairo_paint_with_alpha(cr, text->attrib->alpha); g_object_unref (layout); cairo_restore (cr); |