Comment 91 for bug 491521

Revision history for this message
Benjamin Otte (Company) (otte) wrote :

if (DETAIL ("entry_bg"))
{
  cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE);
  murrine_set_color_rgba (cr, &colors->base[state_type], ENTRY_OPACITY);
  cairo_rectangle (cr, 0, 0, width, height);
  cairo_fill (cr);
}

should work as well. It's even more than twice as fast.