提交 310bdac4 编写于 作者: B Behdad Esfahbod

Fix a warning

上级 0abce581
......@@ -46,7 +46,7 @@ struct view_cairo_t
void init (hb_buffer_t *buffer, const font_options_t *font_opts)
{
lines = g_array_new (false, false, sizeof (helper_cairo_line_t));
scale_bits = -font_opts->subpixel_bits;
scale_bits = - (int) font_opts->subpixel_bits;
}
void new_line (void)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册