From f8578999cb1533e35bb308386b8a24bae6038ec2 Mon Sep 17 00:00:00 2001 From: michaelp Date: Thu, 25 Jun 1998 22:20:30 +0000 Subject: [PATCH] removed flushgc in setfont. --- gfx/src/motif/nsRenderingContextUnix.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gfx/src/motif/nsRenderingContextUnix.cpp b/gfx/src/motif/nsRenderingContextUnix.cpp index 007b0517e5b3..6e022885e3b7 100644 --- a/gfx/src/motif/nsRenderingContextUnix.cpp +++ b/gfx/src/motif/nsRenderingContextUnix.cpp @@ -508,8 +508,8 @@ void nsRenderingContextUnix :: SetFont(const nsFont& aFont) mRenderingSurface->gc, mCurrFontHandle); - ::XFlushGC(mRenderingSurface->display, - mRenderingSurface->gc); +// ::XFlushGC(mRenderingSurface->display, +// mRenderingSurface->gc); } }