summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-12 11:58:54 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-02-12 21:39:10 +0900
commitb3eba216b751d8589c1b54aa9b020f6ea26ff2b3 (patch)
tree4d6a40aff3a79a9770454f59dcdff3bcc6675f01
parent0668c82da523b70a4fae2d954873e72c1e7c7a32 (diff)
downloadmpv-b3eba216b751d8589c1b54aa9b020f6ea26ff2b3.tar.bz2
mpv-b3eba216b751d8589c1b54aa9b020f6ea26ff2b3.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. (cherry picked from commit 7bbc6170193a22d5d66370e4e3a97d23bcbc3903)
-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;
}