Changeset 49eb715ca1e3ff46746829c103af1c4158474809

Show
Ignore:
Timestamp:
20/08/07 04:46:54 (1 year ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1187578014 +0000
git-parent:

[0f42f294c990722832ecd55ffa5f2248c2c1fb53]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1187578014 +0000
Message:

Forgotten file from previous commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/control/libvlc_internal.h

    r1eda9d8 r49eb715  
    9090struct libvlc_tree_t 
    9191{ 
     92    libvlc_event_manager_t * p_event_manager; 
    9293    int     i_refcount; 
    9394    void *  p_item; /* For dynamic sublist */ 
     
    149150    int                      i_refcount; 
    150151    libvlc_media_list_t *    p_mlist; 
     152    libvlc_tree_t *          p_playlists_tree; 
    151153}; 
    152154