From 3846fc758789711347c0b11f87736b27fc6210a0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 19:06:37 +0100 Subject: sub/osd: mp_msg conversions --- sub/osd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sub/osd.h') diff --git a/sub/osd.h b/sub/osd.h index d98d111228..9714a06c18 100644 --- a/sub/osd.h +++ b/sub/osd.h @@ -154,6 +154,8 @@ struct osd_state { void *highlight_priv; struct MPOpts *opts; + struct mpv_global *global; + struct mp_log *log; // Internal to sub.c struct mp_draw_sub_cache *draw_cache; @@ -202,7 +204,7 @@ struct osd_style_opts { extern const struct m_sub_options osd_style_conf; -struct osd_state *osd_create(struct MPOpts *opts); +struct osd_state *osd_create(struct mpv_global *global); void osd_set_text(struct osd_state *osd, const char *text); void osd_set_sub(struct osd_state *osd, const char *text); void osd_changed(struct osd_state *osd, int new_value); -- cgit v1.2.3