Show
Ignore:
Timestamp:
01/29/09 10:27:27 (18 months ago)
Author:
artem
Message:

+ Alpha background patch for Cairo (Berteun)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/cairo_renderer.cpp

    r821 r840  
    504504      { 
    505505         cairo_context context(context_); 
    506  
    507          context.set_color(*bg); 
     506         context.set_color(*bg, bg->alpha()/255.0); 
    508507         context.paint(); 
    509508      }