Bug 463872 - Cairo-qpainter build is broken after latest cairo update. missing part. r=vladimir.

This commit is contained in:
Oleg Romashin 2008-12-02 22:11:04 -05:00
Родитель 2fb6fb9569
Коммит e6db64756b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1388,7 +1388,7 @@ _cairo_qpainter_surface_show_glyphs (void *abstract_surface,
}
return (cairo_int_status_t)
_cairo_surface_show_text_glyphs (qs->xlib_equiv, op, source, NULL, 0, glyphs, num_glyphs, NULL, 0, FALSE, scaled_font);
_cairo_surface_show_text_glyphs (qs->xlib_equiv, op, source, NULL, 0, glyphs, num_glyphs, NULL, 0, (cairo_text_cluster_flags_t)0, scaled_font);
}
#endif