]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/ListViews.h
Copyright fixes
[vlc] / modules / gui / beos / ListViews.h
index 962859840a9157db36b243c190bd97e9bc0323b0..8fd6f2eb2b3461f8988afcbbd28e2207a7bd065f 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * ListViews.h: BeOS interface list view class prototype
  *****************************************************************************
- * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: ListViews.h,v 1.5 2004/01/26 16:52:31 zorglub Exp $
+ * Copyright (C) 1999, 2000, 2001 VideoLAN (Centrale Réseaux) and its contributors
+ * $Id$
  *
  * Authors: Stephan Aßmus <stippi@yellowbites.com>
  *
@@ -113,9 +113,9 @@ class DragSortableListView : public BListView
 class PlaylistView : public DragSortableListView
 {
  public:
-                                                       PlaylistView( BRect frame,
+                                                       PlaylistView( intf_thread_t * p_intf,
+                                                                     BRect frame,
                                                                                  InterfaceWindow* mainWindow,
-                                                                                 VlcWrapper* wrapper,
                                                                                  BMessage* selectionChangeMessage = NULL );
                                                        ~PlaylistView();
 
@@ -154,14 +154,14 @@ class PlaylistView : public DragSortableListView
                        BListItem*              _PlayingItem() const;
                        void                    _SetPlayingIndex( BListItem* item );
 
+    intf_thread_t * p_intf;
+
        int32                                   fCurrentIndex;
        bool                                    fPlaying;
        uint32                                  fDisplayMode;
        InterfaceWindow*                fMainWindow;
        BMessage*                               fSelectionChangeMessage;
        PlaylistItem*                   fLastClickedItem;
-       
-       VlcWrapper*                             fVlcWrapper;
 };
 
 #endif // LIST_VIEWS_H