[vlc-commits] macosx: avoid some focus problems when doing playlistish stuff

David Fuhrmann git at videolan.org
Fri May 11 13:06:33 CEST 2012


vlc/vlc-2.0 | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Fri May 11 09:11:51 2012 +0200| [920c3a725864f70f0541a29ded9d6c612748c554] | committer: Felix Paul Kühne

macosx: avoid some focus problems when doing playlistish stuff

The original purpose for this code is fixed somewhere else today.

close #6769
(cherry picked from commit 0f0d47518b683267190256ae0cb5f4c403b306ea)

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=920c3a725864f70f0541a29ded9d6c612748c554
---

 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 85e11f7..3bd9554 100644
--- a/modules/gui/macosx/MainWindow.m
+++ b/modules/gui/macosx/MainWindow.m
@@ -1359,9 +1359,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