vlc | branch: master | David Fuhrmann <[email protected]> | 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; } _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
