[vlc-commits] macosx: added 'obsolute' macros for removed settings

Felix Paul Kühne git at videolan.org
Wed Aug 10 22:38:31 CEST 2011


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Aug 10 22:38:27 2011 +0200| [f8881c6885e5dcccb5801cc8469e1a77fc41c2e6] | committer: Felix Paul Kühne

macosx: added 'obsolute' macros for removed settings

thx to j-b for the reminder

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

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

diff --git a/modules/gui/macosx/macosx.m b/modules/gui/macosx/macosx.m
index 5d37586..6a09341 100644
--- a/modules/gui/macosx/macosx.m
+++ b/modules/gui/macosx/macosx.m
@@ -112,6 +112,8 @@ vlc_module_begin ()
              false )
     add_bool( "macosx-interfacestyle", true, INTERFACE_STYLE_TEXT, INTERFACE_STYLE_LONGTEXT,
              false )
+    add_obsolete_bool( "macosx-stretch" ) /* since 1.2.0 */
+    add_obsolete_bool( "macosx-background" ) /* since 1.2.0 */
 
     add_submodule ()
         set_description( "Mac OS X Video Output Provider" )



More information about the vlc-commits mailing list