add refcounting to lo_TextAttr

This commit is contained in:
shaver%netscape.com 1998-09-05 05:08:18 +00:00
parent eb2da0f3f8
commit c9a927bd33

View File

@ -282,6 +282,7 @@ struct LO_TextAttr_struct {
void *FE_Data; /* For the front end to store font IDs */
struct LO_TextAttr_struct *next; /* to chain in hash table */
int16 charset;
uint32 refcnt;
};
/*