зеркало из https://github.com/mozilla/gecko-dev.git
De-uglify bullets on some X servers. Bug 91816, patch by Shaji
<nvshaji@netscape.net>, r=pavlov, sr=shaver
This commit is contained in:
Родитель
02536f76e1
Коммит
b58037a33c
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче