summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index 92b21165d0..c5f370c0e7 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -2575,8 +2575,7 @@ int gui_no_filename=0;
mp_msg_init();
#ifdef HAVE_X11
- mpctx->x11_state = talloc_ptrtype(NULL, mpctx->x11_state);
- vo_x11_init_state(mpctx->x11_state);
+ mpctx->x11_state = vo_x11_init_state();
#endif
struct MPOpts *opts = &mpctx->opts;
set_default_mplayer_options(opts);