[vlc-devel] [PATCH 2/3] macosx: the window should not be always the main window
David Fuhrmann
david.fuhrmann at googlemail.com
Tue Feb 28 15:26:06 CET 2012
With this patch, the window has the proper inactive state when another window is in foreground
Close #6016
---
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 7bab3da..d98b7de 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)
--
1.7.7.5 (Apple Git-26)
More information about the vlc-devel
mailing list