[vlc-commits] macosx: avoid some focus problems when doing	playlistish stuff
    David Fuhrmann 
    git at videolan.org
       
    Fri May 11 09:18:37 CEST 2012
    
    
  
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Fri May 11 09:11:51 2012 +0200| [0f0d47518b683267190256ae0cb5f4c403b306ea] | committer: David Fuhrmann
macosx: avoid some focus problems when doing playlistish stuff
The original purpose for this code is fixed somewhere else today.
close #6769
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0f0d47518b683267190256ae0cb5f4c403b306ea
---
 modules/gui/macosx/MainWindow.m |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m
index 25840f3..cccf6a7 100644
--- a/modules/gui/macosx/MainWindow.m
+++ b/modules/gui/macosx/MainWindow.m
@@ -1361,9 +1361,6 @@ static VLCMainWindow *_o_sharedInstance = nil;
         /* chapters & titles */
         //FIXME! b_chapters = p_input->stream.i_area_nb > 1;
 
-        if (( cachedInputState == PLAYING_S || b_buffering == YES ) && [[VLCMain sharedInstance] activeVideoPlayback] )
-            [[o_video_view window] makeKeyAndOrderFront: nil];
-
         vlc_object_release( p_input );
     }
 
    
    
More information about the vlc-commits
mailing list