[MPlayer-cvslog] r33676 - trunk/libvo/vo_directx.c
reimar
subversion at mplayerhq.hu
Sun Jun 19 20:55:30 CEST 2011
Author: reimar
Date: Sun Jun 19 20:55:30 2011
New Revision: 33676
Log:
Remove GUI-specific code that is already handled by common code now.
Modified:
trunk/libvo/vo_directx.c
Modified: trunk/libvo/vo_directx.c
==============================================================================
--- trunk/libvo/vo_directx.c Sun Jun 19 20:53:28 2011 (r33675)
+++ trunk/libvo/vo_directx.c Sun Jun 19 20:55:30 2011 (r33676)
@@ -37,10 +37,6 @@
#include "sub/sub.h"
#include "w32_common.h"
-#ifdef CONFIG_GUI
-#include "gui/interface.h"
-#endif
-
#ifndef WM_XBUTTONDOWN
# define WM_XBUTTONDOWN 0x020B
# define WM_XBUTTONUP 0x020C
@@ -998,11 +994,6 @@ config(uint32_t width, uint32_t height,
image_height = height;
if(format != primary_image_format)nooverlay = 0;
-#ifdef CONFIG_GUI
- if(use_gui){
- guiGetEvent(guiSetShVideo, 0);
- }
-#endif
/*release all directx objects*/
if (g_cc != NULL)g_cc->lpVtbl->Release(g_cc);
g_cc=NULL;
More information about the MPlayer-cvslog
mailing list