[vlc-commits] macosx: the window should not be always the main window
David Fuhrmann
git at videolan.org
Tue Feb 28 17:12:53 CET 2012
vlc/vlc-2.0 | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Tue Feb 28 15:26:06 2012 +0100| [6fbdbb6d71d89eb71e1efc8797366a66dbe246a1] | 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>
(cherry picked from commit 6e78f7b4d206c2d76b2d09e953383f0150cd051f)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=6fbdbb6d71d89eb71e1efc8797366a66dbe246a1
---
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 c9788ba..3989c35 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