De-uglify bullets on some X servers. Bug 91816, patch by Shaji
<nvshaji@netscape.net>, r=pavlov, sr=shaver git-svn-id: svn://10.0.0.236/trunk@114374 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1109,6 +1109,9 @@ NS_IMETHODIMP nsRenderingContextGTK::FillEllipse(nscoord aX, nscoord aY, nscoord
|
||||
|
||||
UpdateGC();
|
||||
|
||||
::gdk_draw_arc(mSurface->GetDrawable(), mGC, FALSE,
|
||||
x, y, w, h,
|
||||
0, 360 * 64);
|
||||
::gdk_draw_arc(mSurface->GetDrawable(), mGC, TRUE,
|
||||
x, y, w, h,
|
||||
0, 360 * 64);
|
||||
|
||||
Reference in New Issue
Block a user