[vlc-commits] macosx: allow again to select lion fullscreen and nonembedded windows in simple prefs
David Fuhrmann
git at videolan.org
Sat Feb 9 18:45:12 CET 2013
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sat Feb 9 15:11:37 2013 +0100| [c046b5ce44a9bcb145d90c1442c4fcfe7db70e36] | committer: David Fuhrmann
macosx: allow again to select lion fullscreen and nonembedded windows in simple prefs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c046b5ce44a9bcb145d90c1442c4fcfe7db70e36
---
modules/gui/macosx/simple_prefs.m | 6 ------
1 file changed, 6 deletions(-)
diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m
index 8c51683..eb93afc 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -987,12 +987,6 @@ static inline void save_module_list(intf_thread_t * p_intf, id object, const cha
- (IBAction)interfaceSettingChanged:(id)sender
{
- if (sender == o_intf_embedded_ckb && [o_intf_embedded_ckb state] == NSOffState)
- [o_intf_nativefullscreen_ckb setState: NSOffState];
-
- if (sender == o_intf_nativefullscreen_ckb && [o_intf_nativefullscreen_ckb state] == NSOnState)
- [o_intf_embedded_ckb setState: NSOnState];
-
b_intfSettingChanged = YES;
}
More information about the vlc-commits
mailing list