From 332312e725a3b88c594c67c8970fc620c07753a1 Mon Sep 17 00:00:00 2001
From: Xavier Marchesini <xav@videolan.org>
Date: Thu, 15 Nov 2001 21:27:53 +0000
Subject: [PATCH] Removed my modification, it seems the libs we're linking with
 are far too old to support this option. And it also seems it doesn't function
 anywhere out of my box :)

---
 plugins/directx/vout_directx.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/directx/vout_directx.c b/plugins/directx/vout_directx.c
index 6cd0faae71..f8b2ebd709 100644
--- a/plugins/directx/vout_directx.c
+++ b/plugins/directx/vout_directx.c
@@ -2,7 +2,7 @@
  * vout_directx.c: Windows DirectX video output display method
  *****************************************************************************
  * Copyright (C) 1998, 1999, 2000 VideoLAN
- * $Id: vout_directx.c,v 1.12 2001/11/14 04:55:49 xav Exp $
+ * $Id: vout_directx.c,v 1.13 2001/11/15 21:27:53 xav Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *
@@ -717,7 +717,7 @@ static int DirectXInitDDraw( vout_thread_t *p_vout )
     /* Set DirectDraw Cooperative level, ie what control we want over Windows
      * display */
     dxresult = IDirectDraw_SetCooperativeLevel( p_ddobject,
-                                           p_vout->p_sys->hwnd, DDSCL_MULTITHREADED );
+                                           p_vout->p_sys->hwnd, DDSCL_NORMAL );
     if( dxresult != DD_OK )
     {
         intf_ErrMsg( "vout error: can't set direct draw cooperative level." );
-- 
2.25.4