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

ib subversion at mplayerhq.hu
Thu Jan 17 17:39:05 CET 2013


Author: ib
Date: Thu Jan 17 17:39:05 2013
New Revision: 35765

Log:
Fix bug introduced in r35757.

(A double size video is supposed to change its position
in order to fit into the screen, see r34086.)

Modified:
   trunk/gui/ui/main.c

Modified: trunk/gui/ui/main.c
==============================================================================
--- trunk/gui/ui/main.c	Thu Jan 17 16:46:21 2013	(r35764)
+++ trunk/gui/ui/main.c	Thu Jan 17 17:39:05 2013	(r35765)
@@ -353,6 +353,7 @@ NoPause:
             uiFullScreen();
            }
           wsResizeWindow( &guiApp.videoWindow, guiInfo.VideoWidth * 2, guiInfo.VideoHeight * 2 );
+          wsMoveWindowWithin( &guiApp.videoWindow, False, guiApp.video.x, guiApp.video.y );
           btnSet( evFullScreen,btnReleased );
          }
         break;


More information about the MPlayer-cvslog mailing list