Index: gr_UnixGraphics.h =================================================================== RCS file: /cvsroot/abi/src/af/gr/unix/gr_UnixGraphics.h,v retrieving revision 1.47 diff -u -r1.47 gr_UnixGraphics.h --- gr_UnixGraphics.h 4 Oct 2002 07:42:19 -0000 1.47 +++ gr_UnixGraphics.h 4 Nov 2002 07:20:01 -0000 @@ -26,6 +26,7 @@ #include "xap_UnixFont.h" #include "xap_Frame.h" #include "gr_Graphics.h" +#include "ut_wctomb.h" #ifdef USE_XFT #include @@ -43,7 +44,10 @@ GR_UnixGraphics(GdkWindow * win, XAP_App *app); #endif virtual ~GR_UnixGraphics(); - + int text_length, fallback_used; + UT_Wctomb *w; + char *text; + #ifndef WITH_PANGO virtual void drawGlyph(UT_uint32 glyph_idx, UT_sint32 xoff, UT_sint32 yoff); virtual void drawChars(const UT_UCSChar* pChars, int iCharOffset,