summaryrefslogtreecommitdiff
path: root/pango/pango-script-private.h
Commit message (Collapse)AuthorAgeFilesLines
* [pango] Allocate PangoScriptIter on stack.Chris Wilson2009-03-201-0/+56
Move the PangoScriptIter structure definition to a private header file, so that we can embed the iterator within other structures or allocate a local iterator on the stack. This eliminates the frequent short-lived allocations associated with the iterator.