This commit is contained in:
michaelp 1998-06-25 22:20:30 +00:00
Родитель 79186ec63c
Коммит f8578999cb
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -508,8 +508,8 @@ void nsRenderingContextUnix :: SetFont(const nsFont& aFont)
mRenderingSurface->gc, mRenderingSurface->gc,
mCurrFontHandle); mCurrFontHandle);
::XFlushGC(mRenderingSurface->display, // ::XFlushGC(mRenderingSurface->display,
mRenderingSurface->gc); // mRenderingSurface->gc);
} }
} }