Clemens Eisserer wrote:
Sorry again, already found where it is set to null :-/
lg Clemens
2008/6/9 Clemens Eisserer <[EMAIL PROTECTED]>:
Hello,
1. In AccelGlyphCache_AddGlyph the cache simply nulls the
cellInfo-field, if the glyphinfo is removed from cache:
// if the cell is occupied,
Sorry again, already found where it is set to null :-/
lg Clemens
2008/6/9 Clemens Eisserer <[EMAIL PROTECTED]>:
> Hello,
>
> 1. In AccelGlyphCache_AddGlyph the cache simply nulls the
> cellInfo-field, if the glyphinfo is removed from cache:
> // if the cell is occupied, notify the base gly
Hello,
1. In AccelGlyphCache_AddGlyph the cache simply nulls the
cellInfo-field, if the glyphinfo is removed from cache:
// if the cell is occupied, notify the base glyph that its
// cached version is about to be kicked out
cellinfo->glyphInfo->cellInfo = NULL;
Is this really