summaryrefslogtreecommitdiffstats
path: root/sub/osd_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/osd_state.h')
-rw-r--r--sub/osd_state.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sub/osd_state.h b/sub/osd_state.h
index 5cb0f1e07c..ac8befe3ba 100644
--- a/sub/osd_state.h
+++ b/sub/osd_state.h
@@ -73,7 +73,8 @@ struct osd_state {
bool want_redraw;
bool want_redraw_notification;
- struct MPOpts *opts;
+ struct m_config_cache *opts_cache;
+ struct mp_osd_render_opts *opts;
struct mpv_global *global;
struct mp_log *log;