Define a tail pointer for the glyph list
Use the tail pointer to add new glyphs, avoiding the need to traverse the list.
This commit is contained in:
@@ -157,6 +157,7 @@ struct symset_customization {
|
||||
int count;
|
||||
int custtype;
|
||||
struct customization_detail *details;
|
||||
struct customization_detail *details_end;
|
||||
};
|
||||
#endif /* ENHANCED_SYMBOLS */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user