[vlc-commits] macosx: the window should not be always the main window

David Fuhrmann git at videolan.org
Tue Feb 28 17:00:09 CET 2012


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Tue Feb 28 15:26:06 2012 +0100| [6e78f7b4d206c2d76b2d09e953383f0150cd051f] | committer: Felix Paul Kühne

macosx: the window should not be always the main window

With this patch, the window has the proper inactive state when another window is in foreground

Close #6016

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6e78f7b4d206c2d76b2d09e953383f0150cd051f
---

 modules/gui/macosx/MainWindow.m |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m
index c4bbd84..28f70ed 100644
--- a/modules/gui/macosx/MainWindow.m
+++ b/modules/gui/macosx/MainWindow.m
@@ -789,12 +789,6 @@ static VLCMainWindow *_o_sharedInstance = nil;
     return [super validateMenuItem:menuItem];
 }
 
-- (BOOL)isMainWindow
-{
-
-return YES;
-}
-
 - (void)setTitle:(NSString *)title
 {
     if (b_dark_interface)



More information about the vlc-commits mailing list