[vlc-commits] macosx: re-implement drag & drop support for VLCVoutView (close #6604)
Felix Paul Kühne
git at videolan.org
Tue Apr 10 18:24:34 CEST 2012
vlc/vlc-2.0 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Apr 10 17:22:14 2012 +0200| [3f87c4d309f9b9fe7d1fc3bc452e6a903fc76853] | committer: Felix Paul Kühne
macosx: re-implement drag & drop support for VLCVoutView (close #6604)
additionally, clean up misc.m and move code shared by VLCVoutView, VLBrushedMetalImageView and VLCThreePartDropView to VLCCoreInteraction
(cherry picked from commit c55ac4febf308e50ccc72ff96becf1aeb76faac5)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=3f87c4d309f9b9fe7d1fc3bc452e6a903fc76853
---
modules/gui/macosx/CoreInteraction.h | 2 +
modules/gui/macosx/CoreInteraction.m | 56 ++++++++++++++
modules/gui/macosx/VideoView.m | 44 +++++++++++
modules/gui/macosx/misc.h | 1 -
modules/gui/macosx/misc.m | 132 ++++------------------------------
5 files changed, 116 insertions(+), 119 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=3f87c4d309f9b9fe7d1fc3bc452e6a903fc76853
More information about the vlc-commits
mailing list