[HB] Add TODO item
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 20 May 2009 19:46:12 +0000 (15:46 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 20 May 2009 19:46:12 +0000 (15:46 -0400)
pango/opentype/hb-ot-layout-gpos-private.h
pango/opentype/hb-ot-layout-gsub-private.h

index f78a84c..6426b29 100644 (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);
 }
 
index d66d353..cbcdb72 100644 (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);
 }