From 7bbc6170193a22d5d66370e4e3a97d23bcbc3903 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 12 Feb 2015 11:58:54 +0100 Subject: 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. --- player/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'player/main.c') 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; } -- cgit v1.2.3