Update rust-harfbuzz

This commit is contained in:
Brian Anderson 2012-06-08 18:36:54 -07:00
parent a0b200d35a
commit 5086fde828
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 43db075b2aac4c9b8623736b034479523cc2005d
Subproject commit b6eb91692604522fb2823158bb570c025c878019

View file

@ -39,7 +39,7 @@ fn shape_text(_font: &font, text: str) -> [glyph] {
y_advance: 0 as int32_t,
x_offset: cur_x as int32_t,
y_offset: 0 as int32_t,
var: 0
var: 0i32
};
vec::push(glyphs, glyph(ch as uint, glyph_pos(hb_pos)));