From d22f51e6c1edab78b05f0d88e569ef05bc85677a Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Tue, 8 Sep 1998 23:52:10 +0000 Subject: [PATCH] Added a buffer used by DrawString --- gfx/src/motif/nsRenderingContextUnix.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/src/motif/nsRenderingContextUnix.h b/gfx/src/motif/nsRenderingContextUnix.h index 6ab19f5def80..2de8517251bc 100644 --- a/gfx/src/motif/nsRenderingContextUnix.h +++ b/gfx/src/motif/nsRenderingContextUnix.h @@ -153,6 +153,8 @@ protected: nsIFontCache *mFontCache; Region mRegion; Font mCurrFontHandle; + XChar2b* mDrawStringBuf; + PRInt32 mDrawStringSize; //state management nsVoidArray *mStateCache;