Re: commit (head)

From: <sum1_lists_at_yahoo.com>
Date: Fri Oct 08 2004 - 23:42:13 CEST

Tomas Frydrych wrote:

>
> fix 6827: gr_Win32Graphics.h/cpp, gr_Win32USPGraphics.h/cpp,
> fp_Run.h/cpp, fp_TextRun.cpp; the fix itself is contained in the
> graphics files, but I have also tightened up some code in fp_TextRun
> and added some asserts to fp_Run to catch situations when the font
> pointer becomes stale (we have had some cases of that in the past,
> and in the 2.4 refactoring should get rid of fonts from fp_Run
> altogether).
>

This changed code in fp_Run.h prevents release builds from compiling:

#ifdef DEBUG
    UT_uint32 m_iFontAllocNo;
#endif

I'm not sure if removing the #ifdef is the desired fix, so I just
changed the code locally for now.
Received on Fri Oct 8 23:44:37 2004

This archive was generated by hypermail 2.1.8 : Fri Oct 08 2004 - 23:44:37 CEST