Merge pull request #9173 from orbea/sixel

Fix CXX_BUILD=1 with libsixel.
This commit is contained in:
Twinaphex 2019-07-23 05:32:37 +02:00 committed by GitHub
commit 0eb94abfba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -549,7 +549,7 @@ static void sixel_set_osd_msg(void *data,
const char *msg,
const void *params, void *font)
{
font_driver_render_msg(video_info, font, msg, params);
font_driver_render_msg(video_info, font, msg, (const struct font_params*)params);
}
static void sixel_get_video_output_size(void *data,