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:
bzbarsky%mit.edu
2002-02-13 03:32:00 +00:00
parent f293093002
commit 5b528517dc

View File

@@ -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);