[vlc-commits] Expose playlist_select
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Thu Dec 13 19:05:10 CET 2012
    
    
  
npapi-vlc | branch: windowless | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 13 18:17:00 2012 +0100| [9fa7ddd2d229db7b310909ee7c05db5a633d68bd] | committer: Jean-Baptiste Kempf
Expose playlist_select
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=9fa7ddd2d229db7b310909ee7c05db5a633d68bd
---
 npapi/vlcplugin_base.h |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/npapi/vlcplugin_base.h b/npapi/vlcplugin_base.h
index 5b44b3c..3976991 100644
--- a/npapi/vlcplugin_base.h
+++ b/npapi/vlcplugin_base.h
@@ -283,6 +283,7 @@ public:
     {
         return get_player().items_count();
     }
+    bool playlist_select(int);
 
     void control_handler(vlc_toolbar_clicked_t);
 
@@ -317,8 +318,6 @@ protected:
     // called before libvlc_media_player_release
     virtual void on_media_player_release() {};
 
-    bool playlist_select(int);
-
     /* VLC reference */
     libvlc_instance_t   *libvlc_instance;
     NPClass             *p_scriptClass;
    
    
More information about the vlc-commits
mailing list