[MPlayer-cvslog] r35705 - trunk/gui/ui/main.c

ib subversion at mplayerhq.hu
Sat Dec 22 14:17:19 CET 2012


Author: ib
Date: Sat Dec 22 14:17:19 2012
New Revision: 35705

Log:
Reset video window after STOP (MP command or evStop) has been pressed.

Reset the video window as specified in the configuration file.

Indirectly reported by Hans-Dieter Kosch, hdkosch kabelbw de.

Modified:
   trunk/gui/ui/main.c

Modified: trunk/gui/ui/main.c
==============================================================================
--- trunk/gui/ui/main.c	Sat Dec 22 12:21:35 2012	(r35704)
+++ trunk/gui/ui/main.c	Sat Dec 22 14:17:19 2012	(r35705)
@@ -371,7 +371,7 @@ NoPause:
 	  break;
          } else if ( !guiApp.videoWindow.isFullScreen ) break;
    case evFullScreen:
-        if ( guiInfo.VideoWindow && guiInfo.Playing )
+        if ( guiInfo.VideoWindow && ( guiInfo.Playing || !iparam ) )
          {
           uiFullScreen();
           if ( !guiApp.videoWindow.isFullScreen )


More information about the MPlayer-cvslog mailing list