[vlc-commits] macosx: add own video view for each window
David Fuhrmann
git at videolan.org
Sun Sep 30 22:02:54 CEST 2012
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sun Sep 30 15:53:41 2012 +0200| [92b48ad487140f4b3902f4aa1fb4777ff5008dfb] | committer: David Fuhrmann
macosx: add own video view for each window
Note that this commit will break some stuff for non-embedded cases, for now.
refs #6814
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=92b48ad487140f4b3902f4aa1fb4777ff5008dfb
---
.../English.lproj/DetachedVideoWindow.xib | 854 +++++++++++++++++++-
.../macosx/Resources/English.lproj/MainMenu.xib | 23 +-
modules/gui/macosx/MainWindow.h | 10 +-
modules/gui/macosx/MainWindow.m | 73 +-
modules/gui/macosx/VideoView.m | 8 +-
modules/gui/macosx/Windows.h | 6 +-
modules/gui/macosx/Windows.m | 1 +
modules/gui/macosx/intf.h | 3 +-
modules/gui/macosx/intf.m | 19 +-
9 files changed, 916 insertions(+), 81 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=92b48ad487140f4b3902f4aa1fb4777ff5008dfb
More information about the vlc-commits
mailing list