[ot-color] Move cbdt to the namespace (#860)

This commit is contained in:
Ebrahim Byagowi 2018-03-04 02:47:26 +03:30 committed by GitHub
parent 6659cb56fa
commit 0ef6ab25ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View File

@ -17,7 +17,7 @@ HB_BASE_sources = \
hb-object-private.hh \
hb-open-file-private.hh \
hb-open-type-private.hh \
hb-ot-cbdt-table.hh \
hb-ot-color-cbdt-table.hh \
hb-ot-cmap-table.hh \
hb-ot-glyf-table.hh \
hb-ot-hdmx-table.hh \

View File

@ -24,8 +24,8 @@
* Google Author(s): Seigo Nonaka
*/
#ifndef HB_OT_CBDT_TABLE_HH
#define HB_OT_CBDT_TABLE_HH
#ifndef HB_OT_COLOR_CBDT_TABLE_HH
#define HB_OT_COLOR_CBDT_TABLE_HH
#include "hb-open-type-private.hh"
@ -468,4 +468,4 @@ struct CBDT
} /* namespace OT */
#endif /* HB_OT_CBDT_TABLE_HH */
#endif /* HB_OT_COLOR_CBDT_TABLE_HH */

View File

@ -31,12 +31,13 @@
#include "hb-font-private.hh"
#include "hb-ot-cmap-table.hh"
#include "hb-ot-cbdt-table.hh"
#include "hb-ot-glyf-table.hh"
#include "hb-ot-hmtx-table.hh"
#include "hb-ot-kern-table.hh"
#include "hb-ot-post-table.hh"
#include "hb-ot-color-cbdt-table.hh"
struct hb_ot_font_t
{