From 7c6570402bb203a1f1deb5b76807a9c021f47e82 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 25 Nov 2019 20:25:20 +0100 Subject: options: remove options-to-property bridge The previous bunch of commits made this unnecessary, so this should be a purely internal change with no user impact. This may or may not open the way to future improvements. Even if not, at least the property/option interaction should now be much less buggy. --- player/playloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/playloop.c') diff --git a/player/playloop.c b/player/playloop.c index 907a732a01..5c83615a86 100644 --- a/player/playloop.c +++ b/player/playloop.c @@ -844,7 +844,7 @@ static void handle_vo_events(struct MPContext *mpctx) int fs = old_fs; vo_control(vo, VOCTRL_GET_FULLSCREEN, &fs); if (old_fs != fs) { - m_config_set_option_raw_direct(mpctx->mconfig, + m_config_set_option_raw(mpctx->mconfig, m_config_get_co(mpctx->mconfig, bstr0("fullscreen")), &fs, 0); } } -- cgit v1.2.3