[vlc-commits] Split Windowless base class in another class
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Tue Jan  1 16:33:44 CET 2013
    
    
  
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jan  1 16:29:04 2013 +0100| [6a68ec05dd351da4d26a8952454966fbc6a2f23d] | committer: Jean-Baptiste Kempf
Split Windowless base class in another class
Based on a patch by Cheng Sun
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=6a68ec05dd351da4d26a8952454966fbc6a2f23d
---
 npapi/Makefile.am            |    6 ++-
 npapi/vlcplugin_base.cpp     |   89 --------------------------------
 npapi/vlcplugin_base.h       |   72 --------------------------
 npapi/vlcwindowless_base.cpp |  117 ++++++++++++++++++++++++++++++++++++++++++
 npapi/vlcwindowless_base.h   |  104 +++++++++++++++++++++++++++++++++++++
 npapi/vlcwindowless_mac.h    |    3 +-
 npapi/vlcwindowless_xcb.h    |    3 +-
 7 files changed, 228 insertions(+), 166 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commitdiff;h=6a68ec05dd351da4d26a8952454966fbc6a2f23d
    
    
More information about the vlc-commits
mailing list