Kaydet (Commit) e93a84d4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add two more CG_TRACEs

Change-Id: Ib1ab15a0daa9e8cc1f48e6ff1b212b463fcb0004
üst 3972a2fe
...@@ -1615,7 +1615,9 @@ void AquaSalGraphics::SetState() ...@@ -1615,7 +1615,9 @@ void AquaSalGraphics::SetState()
} }
// set RGB colorspace and line and fill colors // set RGB colorspace and line and fill colors
CG_TRACE( "CGContextSetFillColor(" << mrContext << "," << maFillColor << ")" );
CGContextSetFillColor( mrContext, maFillColor.AsArray() ); CGContextSetFillColor( mrContext, maFillColor.AsArray() );
CG_TRACE( "CGContextSetStrokeColor(" << mrContext << "," << maLineColor << ")" );
CGContextSetStrokeColor( mrContext, maLineColor.AsArray() ); CGContextSetStrokeColor( mrContext, maLineColor.AsArray() );
CGContextSetShouldAntialias( mrContext, false ); CGContextSetShouldAntialias( mrContext, false );
if( mnXorMode == 2 ) if( mnXorMode == 2 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment