summaryrefslogtreecommitdiffstats
path: root/player/lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/lua.c')
-rw-r--r--player/lua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua.c b/player/lua.c
index 84d7295640..b805a34ca8 100644
--- a/player/lua.c
+++ b/player/lua.c
@@ -971,7 +971,7 @@ static int script_set_osd_ass(lua_State *L)
if (!text[0])
text = " "; // force external OSD initialization
osd_set_external(ctx->mpctx->osd, ctx->client, res_x, res_y, (char *)text);
- mp_input_wakeup(ctx->mpctx->input);
+ mp_wakeup_core(ctx->mpctx);
return 0;
}