From bb89a7696daffa36832790e4fc1ee67b0dfad8e3 Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 2 Dec 2008 14:51:46 +0000 Subject: [PATCH] 100l, do not call check_events from resize_d3d since there should be no reason to do it and it might call resize_d3d again which makes it hard to guarantee that it works correctly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28064 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_direct3d.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libvo/vo_direct3d.c b/libvo/vo_direct3d.c index 2e22b88a00..a25bd705b0 100644 --- a/libvo/vo_direct3d.c +++ b/libvo/vo_direct3d.c @@ -330,9 +330,6 @@ static int resize_d3d(void) mp_msg(MSGT_VO, MSGL_V, "resize_d3d called.\n"); - - check_events(); - destroy_d3d_surfaces(); /* Reset the D3D Device with all parameters the same except the new