[MPlayer-cvslog] r18957 - trunk/libvo/vo_directx.c

vayne subversion at mplayerhq.hu
Sat Jul 8 18:48:41 CEST 2006


Author: vayne
Date: Sat Jul  8 18:48:41 2006
New Revision: 18957

Modified:
   trunk/libvo/vo_directx.c

Log:
handle sub-window WinID checks in the gui.

Modified: trunk/libvo/vo_directx.c
==============================================================================
--- trunk/libvo/vo_directx.c	(original)
+++ trunk/libvo/vo_directx.c	Sat Jul  8 18:48:41 2006
@@ -1316,7 +1316,7 @@
     vo_dy = 0;   
 
 #ifdef HAVE_NEW_GUI
-    if(use_gui && WinID != -1){
+    if(use_gui){
         vo_dwidth = d_image_width;
         vo_dheight = d_image_height;
         guiGetEvent(guiSetShVideo, 0);



More information about the MPlayer-cvslog mailing list