summaryrefslogtreecommitdiffstats
path: root/player/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/main.c')
-rw-r--r--player/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/player/main.c b/player/main.c
index cb7fda3e49..b80bc994bb 100644
--- a/player/main.c
+++ b/player/main.c
@@ -472,6 +472,8 @@ int mp_initialize(struct MPContext *mpctx, char **options)
"the selected video_out (-vo) device.\n");
return -1;
}
+ if (opts->force_vo == 2)
+ handle_force_window(mpctx, false);
mpctx->mouse_cursor_visible = true;
}