mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
add refcounting to lo_TextAttr
This commit is contained in:
parent
eb2da0f3f8
commit
c9a927bd33
@ -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;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user