[vlc-commits] macosx: move the resizing code to VLCVideoWindowCommon as its related to vout

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


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Tue Oct  2 21:05:26 2012 +0200| [ebfdeea1f9e66ddb0ac0e00e5a005d65b9dc5e1e] | committer: David Fuhrmann

macosx: move the resizing code to VLCVideoWindowCommon as its related to vout

This should fix resizing for all (one-)vout-window variants.
Furthermore, this fixes a small bug regarding aspect ratio enforcement.

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

 modules/gui/macosx/MainWindow.h              |    3 -
 modules/gui/macosx/MainWindow.m              |   89 ++------------------------
 modules/gui/macosx/VLCVoutWindowController.h |    2 +
 modules/gui/macosx/VLCVoutWindowController.m |   16 +++++
 modules/gui/macosx/Windows.h                 |    9 ++-
 modules/gui/macosx/Windows.m                 |   80 +++++++++++++++++++++++
 modules/gui/macosx/intf.h                    |    1 -
 modules/gui/macosx/intf.m                    |   34 +++++++---
 8 files changed, 136 insertions(+), 98 deletions(-)

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


More information about the vlc-commits mailing list