diff options
| -rw-r--r-- | win32/PlatWin.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 5a66c818a..8f705ee11 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -530,7 +530,7 @@ void SurfaceImpl::RoundedRectangle(PRectangle rc, ColourAllocated fore, ColourAl  	::RoundRect(hdc,  		rc.left + 1, rc.top,  		rc.right - 1, rc.bottom, -		8, 8 ); +		8, 8);  }  void SurfaceImpl::Ellipse(PRectangle rc, ColourAllocated fore, ColourAllocated back) { | 
