summaryrefslogtreecommitdiff
path: root/src/hb-buffer.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-10-27 14:42:15 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-11-02 19:12:58 -0400
commit88474c6fdaf35c56368694a5b164f4988a004d49 (patch)
tree1222700a5bcf84170562a701b77a7ded08524431 /src/hb-buffer.h
parent6cb8c3493019e1497921666fc268cb81943f9f1f (diff)
Get rid of the OpenType-specific internal buffer representation
Add variant integers to buffer item types. More cleanup coming.
Diffstat (limited to 'src/hb-buffer.h')
-rw-r--r--src/hb-buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-buffer.h b/src/hb-buffer.h
index c2dc29fb..0185415c 100644
--- a/src/hb-buffer.h
+++ b/src/hb-buffer.h
@@ -50,7 +50,7 @@ typedef struct _hb_glyph_position_t {
hb_position_t y_advance;
hb_position_t x_offset;
hb_position_t y_offset;
- hb_var_int_t var1;
+ hb_var_int_t var;
} hb_glyph_position_t;