| Index: core/src/fxge/ge/text_int.h
|
| diff --git a/core/src/fxge/ge/text_int.h b/core/src/fxge/ge/text_int.h
|
| index f17cf7f18f92e5dc2d21ff7300d53f1d75d7fb76..1b96cfbdd2b1149a7cb574d5284a670eb6d5ef8a 100644
|
| --- a/core/src/fxge/ge/text_int.h
|
| +++ b/core/src/fxge/ge/text_int.h
|
| @@ -29,7 +29,10 @@ class CTTFontDesc {
|
| m_RefCount = 0;
|
| }
|
| ~CTTFontDesc();
|
| - FX_BOOL ReleaseFace(FXFT_Face face);
|
| + // ret < 0, releaseface not appropriate for this object.
|
| + // ret == 0, object released
|
| + // ret > 0, object still alive, other referrers.
|
| + int ReleaseFace(FXFT_Face face);
|
| int m_Type;
|
| union {
|
| struct {
|
|
|