Add XXX marks

This commit is contained in:
Behdad Esfahbod 2010-11-17 12:57:23 -05:00
parent ea00aee9f9
commit 300cb41417
1 changed files with 3 additions and 1 deletions

View File

@ -77,12 +77,14 @@ struct hb_apply_context_t
inline void guess_glyph_class (unsigned int klass) inline void guess_glyph_class (unsigned int klass)
{ {
// buffer->info[buffer->i].props_cache() = klass; /* XXX if ! has gdef */
buffer->info[buffer->i].props_cache() = klass;
} }
private: private:
inline void clear_property (void) const inline void clear_property (void) const
{ {
/* XXX if has gdef */
buffer->info[buffer->i].props_cache() = 0; buffer->info[buffer->i].props_cache() = 0;
} }
}; };