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

Add a comment

Change-Id: Icd7ecafa46392133b8f6b82574a699e843ce588f
üst 83e83515
......@@ -719,6 +719,7 @@ void AquaSalGraphics::drawLine( long nX1, long nY1, long nX2, long nY2 )
CGContextDrawPath( mrContext, kCGPathStroke );
Rectangle aRefreshRect( nX1, nY1, nX2, nY2 );
// Is a call to RefreshRect( aRefreshRect ) missing here?
}
void AquaSalGraphics::drawMask( const SalTwoRect& rPosAry, const SalBitmap& rSalBitmap, SalColor nMaskColor )
......
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