[vlc-commits] Moved event handling to VlcPlugin::handle_event
Cheng Sun
git at videolan.org
Tue Nov 20 14:47:25 CET 2012
npapi-vlc | branch: master | Cheng Sun <chengsun9 at gmail.com> | Mon Nov 19 21:11:45 2012 +0000| [628b7eaadc46643d3cdd0727ab74478c19299ed9] | committer: Jean-Baptiste Kempf
Moved event handling to VlcPlugin::handle_event
Add NPP_HandleEvent support for Win/Linux. Needed for windowless mode.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=628b7eaadc46643d3cdd0727ab74478c19299ed9
---
npapi/support/npunix.cpp | 11 +++-
npapi/support/npwin.cpp | 2 +-
npapi/vlcplugin_base.cpp | 5 ++
npapi/vlcplugin_base.h | 2 +
npapi/vlcplugin_mac.cpp | 100 ++++++++++++++++++++++++++++++++++
npapi/vlcplugin_mac.h | 2 +
npapi/vlcshell.cpp | 133 ++++++----------------------------------------
7 files changed, 137 insertions(+), 118 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commitdiff;h=628b7eaadc46643d3cdd0727ab74478c19299ed9
More information about the vlc-commits
mailing list