summaryrefslogtreecommitdiffstats
path: root/player/main.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-12 11:58:54 +0100
committerwm4 <wm4@nowhere>2015-02-12 12:01:12 +0100
commit7bbc6170193a22d5d66370e4e3a97d23bcbc3903 (patch)
tree807f558957a578d20b5eb2e4a0e5d69a5cc7b544 /player/main.c
parent1d9134d044193020e5addf95561db10400f63425 (diff)
downloadmpv-7bbc6170193a22d5d66370e4e3a97d23bcbc3903.tar.bz2
mpv-7bbc6170193a22d5d66370e4e3a97d23bcbc3903.tar.xz
Revert "player: make --force-window create the window immediately on start"
This reverts commit acc5e8f57419debdb74234a228b44db75023e28b. As expected, some didn't like this. Others won't like this revert. Whatever. See #1561. This should go into mpv 0.8.0 before it's released.
Diffstat (limited to 'player/main.c')
-rw-r--r--player/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/main.c b/player/main.c
index 330160671a..854d1ce540 100644
--- a/player/main.c
+++ b/player/main.c
@@ -457,7 +457,6 @@ 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;
}