summaryrefslogtreecommitdiffstats
path: root/player/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/main.c')
-rw-r--r--player/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/main.c b/player/main.c
index 854d1ce540..330160671a 100644
--- a/player/main.c
+++ b/player/main.c
@@ -457,6 +457,7 @@ int mp_initialize(struct MPContext *mpctx)
"the selected video_out (-vo) device.\n");
return -1;
}
+ handle_force_window(mpctx, false);
mpctx->mouse_cursor_visible = true;
}