[vlc-commits] macosx: Replace VLCIntf by getIntf()

David Fuhrmann git at videolan.org
Sat Jan 9 12:31:07 CET 2016


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Jan  9 12:29:56 2016 +0100| [fabe8243fe4a75bd03cc0e8230d90d046060137e] | committer: David Fuhrmann

macosx: Replace VLCIntf by getIntf()

The old VLCIntf macro is deprecated, getIntf() should be used
instead.

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

 modules/gui/macosx/AddonsWindowController.m   |    2 +-
 modules/gui/macosx/AppleRemote.m              |   12 +--
 modules/gui/macosx/AudioEffects.m             |   34 +++----
 modules/gui/macosx/ControlsBar.m              |   30 +++---
 modules/gui/macosx/ConvertAndSave.m           |   10 +-
 modules/gui/macosx/CoreInteraction.m          |  122 ++++++++++++-------------
 modules/gui/macosx/DebugMessageVisualizer.m   |   12 +--
 modules/gui/macosx/ExtensionsDialogProvider.m |    8 +-
 modules/gui/macosx/ExtensionsManager.m        |    8 +-
 modules/gui/macosx/InputManager.m             |   22 ++---
 modules/gui/macosx/MainMenu.m                 |   76 +++++++--------
 modules/gui/macosx/MainWindow.m               |   72 +++++++--------
 modules/gui/macosx/MainWindowTitle.m          |    4 +-
 modules/gui/macosx/PLModel.m                  |    4 +-
 modules/gui/macosx/ResumeDialogController.m   |    2 +-
 modules/gui/macosx/StringUtility.m            |    2 +-
 modules/gui/macosx/TrackSynchronization.m     |   18 ++--
 modules/gui/macosx/VLCPlaylist.m              |   38 ++++----
 modules/gui/macosx/VLCPlaylistInfo.m          |   10 +-
 modules/gui/macosx/VLCVoutWindowController.m  |   32 +++----
 modules/gui/macosx/VideoEffects.m             |    6 +-
 modules/gui/macosx/VideoView.m                |    6 +-
 modules/gui/macosx/Windows.m                  |   26 +++---
 modules/gui/macosx/about.m                    |    2 +-
 modules/gui/macosx/applescript.m              |   14 +--
 modules/gui/macosx/bookmarks.m                |   24 ++---
 modules/gui/macosx/coredialogs.m              |   12 +--
 modules/gui/macosx/fspanel.m                  |   14 +--
 modules/gui/macosx/helpers.h                  |    4 +-
 modules/gui/macosx/intf-prefs.m               |    2 +-
 modules/gui/macosx/intf.h                     |    3 -
 modules/gui/macosx/intf.m                     |   10 +-
 modules/gui/macosx/misc.m                     |   12 +--
 modules/gui/macosx/open.m                     |   40 ++++----
 modules/gui/macosx/output.m                   |    2 +-
 modules/gui/macosx/prefs.m                    |    2 +-
 modules/gui/macosx/prefs_widgets.m            |   36 ++++----
 modules/gui/macosx/simple_prefs.m             |    6 +-
 38 files changed, 368 insertions(+), 371 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=fabe8243fe4a75bd03cc0e8230d90d046060137e


More information about the vlc-commits mailing list