From bf56a5b19e6019b0f0b2bafe5388737da17f5224 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 10 May 2009 22:11:32 +0000 Subject: Make proper use of conversion context svn path=/trunk/tools/ttf2f/; revision=7457 --- src/encoding.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/encoding.h') diff --git a/src/encoding.h b/src/encoding.h index 49b4e29..3f7ccf0 100644 --- a/src/encoding.h +++ b/src/encoding.h @@ -1,6 +1,7 @@ #ifndef _TTF2F_ENCODING_H_ #define _TTF2F_ENCODING_H_ +#include "context.h" #include "utils.h" typedef enum encoding_type { @@ -11,7 +12,7 @@ typedef enum encoding_type { struct glyph; ttf2f_result encoding_write(const char *savein, const char *name, - struct glyph *glyph_list, int list_size, encoding_type type, + ttf2f_ctx *ctx, encoding_type type, void (*callback)(int progress)); #endif -- cgit v1.2.3