Mercurial > mplayer.hg
changeset 15524:21252725b639
Toggle only between ontop and normal.
author | nplourde |
---|---|
date | Fri, 20 May 2005 16:40:35 +0000 |
parents | 92d2852a0f15 |
children | c997f708aae7 |
files | libvo/vo_quartz.c |
diffstat | 1 files changed, 1 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_quartz.c Fri May 20 12:08:31 2005 +0000 +++ b/libvo/vo_quartz.c Fri May 20 16:40:35 2005 +0000 @@ -1234,26 +1234,7 @@ //Cycle between level winLevel++; if(winLevel>2) - winLevel = 0; - - //hide menu bar and mouse cursor if in fullscreen and quiting wallpaper mode - if(vo_fs) - { - if(winLevel != 0) - { - if(device_id == 0) - { - HideMenuBar(); - HideCursor(); - } - } - else - { - ShowMenuBar(); - ShowCursor(); - } - } - + winLevel = 1; } SetWindowGroupLevel(winGroup, CGWindowLevelForKey(levelList[winLevel])); }