# HG changeset patch # User nplourde # Date 1116607235 0 # Node ID 21252725b639813459fa6e3475447145e06b74f3 # Parent 92d2852a0f15ec6302689f2c25ea0d03ecb888d3 Toggle only between ontop and normal. diff -r 92d2852a0f15 -r 21252725b639 libvo/vo_quartz.c --- 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])); }