[vlc-commits] macosx: add new controller which handles multiple vout windows

David Fuhrmann git at videolan.org
Tue Oct 2 21:14:49 CEST 2012


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Tue Oct  2 19:26:37 2012 +0200| [0b3c20521a13aafdff7293349fd0ff9bf3222dda] | committer: David Fuhrmann

macosx: add new controller which handles multiple vout windows

refs #6814

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

 .../package/macosx/vlc.xcodeproj/project.pbxproj   |    4 +
 modules/gui/macosx/MainWindow.h                    |    3 -
 modules/gui/macosx/MainWindow.m                    |  146 +++++++++-----------
 modules/gui/macosx/Modules.am                      |    2 +
 modules/gui/macosx/VLCVoutWindowController.h       |   43 ++++++
 modules/gui/macosx/VLCVoutWindowController.m       |   75 ++++++++++
 modules/gui/macosx/intf.h                          |    6 +
 modules/gui/macosx/intf.m                          |   14 ++
 8 files changed, 211 insertions(+), 82 deletions(-)

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


More information about the vlc-commits mailing list