[MPlayer-cvslog] CVS: main/libvo vo_macosx.m, 1.3, 1.4 vo_macosx.h, 1.1, 1.2
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon May 2 20:31:28 CEST 2005
Hi,
On Mon, May 02, 2005 at 08:06:02PM +0200, Nicolas Plourde CVS wrote:
> @@ -477,10 +482,13 @@
> //go fullscreen
> if(vo_fs)
> {
> - //hide menubar and mouse if fullscreen on main display
> - HideMenuBar();
> - HideCursor();
> - mouseHide = YES;
> + if(!isRootwin)
> + {
> + //hide menubar and mouse if fullscreen on main display
> + HideMenuBar();
> + HideCursor();
> + mouseHide = YES;
> + }
Please avoid such cosmetics - if neccessary apply them seperately.
Greetings,
Reimar Döffinger
More information about the MPlayer-cvslog
mailing list