[MPlayer-cvslog] r33655 - trunk/gui/win32/interface.c

reimar subversion at mplayerhq.hu
Sun Jun 19 14:36:12 CEST 2011


Author: reimar
Date: Sun Jun 19 14:36:12 2011
New Revision: 33655

Log:
Implement uiStop and remove outdated comment.

Modified:
   trunk/gui/win32/interface.c

Modified: trunk/gui/win32/interface.c
==============================================================================
--- trunk/gui/win32/interface.c	Sun Jun 19 14:26:38 2011	(r33654)
+++ trunk/gui/win32/interface.c	Sun Jun 19 14:36:12 2011	(r33655)
@@ -431,6 +431,11 @@ void uiEnd( void )
     guiGetEvent(guiCEvent, (void *) guiSetStop);
 }
 
+void uiStop()
+{
+    guiGetEvent(guiCEvent, (void *) guiSetStop);
+}
+
 void uiSetFileName(char *dir, char *name, int type)
 {
     if(!name) return;
@@ -860,7 +865,7 @@ static int update_subwindow(void)
 
     if(!sub_window)
     {
-        WinID = -1; // so far only directx supports WinID in windows
+        WinID = -1;
 
         if(IsWindowVisible(mygui->subwindow) && guiInfo.sh_video && guiInfo.Playing)
         {


More information about the MPlayer-cvslog mailing list