This commit is contained in:
Behdad Esfahbod 2012-11-15 16:14:23 -08:00
parent d1aa143ca4
commit c54599ad26
2 changed files with 4 additions and 6 deletions

View File

@ -570,7 +570,7 @@ void hb_buffer_t::deallocate_var_all (void)
/* Public API */
hb_buffer_t *
hb_buffer_create ()
hb_buffer_create (void)
{
hb_buffer_t *buffer;

View File

@ -232,12 +232,10 @@ hb_buffer_get_glyph_positions (hb_buffer_t *buffer,
void
hb_buffer_normalize_glyphs (hb_buffer_t *buffer);
/*
* NOT IMPLEMENTED
void
hb_buffer_normalize_characters (hb_buffer_t *buffer);
*/
/*
* Serialize
*/
typedef enum {
HB_BUFFER_SERIALIZE_FLAGS_DEFAULT = 0x00000000,