[HB] Add TODO item

This commit is contained in:
Behdad Esfahbod 2009-05-20 15:46:12 -04:00
parent c6456ca5cf
commit ee8776d9e0
2 changed files with 2 additions and 0 deletions

View File

@ -1258,6 +1258,7 @@ static inline bool position_lookup (APPLY_ARG_DEF, unsigned int lookup_index)
if (HB_UNLIKELY (context_length < 1))
return false;
/* XXX This should be apply_one I guess */
return l.apply_subtables (layout, buffer, context_length, nesting_level_left, property);
}

View File

@ -837,6 +837,7 @@ static inline bool substitute_lookup (APPLY_ARG_DEF, unsigned int lookup_index)
if (HB_UNLIKELY (context_length < 1))
return false;
/* XXX This should be apply_one I guess */
return l.apply_subtables (layout, buffer, context_length, nesting_level_left, property);
}