]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/ListViews.h
Copyright fixes
[vlc] / modules / gui / beos / ListViews.h
index df9104b076899e1073dbe6bdfc7e2ebfd97fc9b7..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.4 2003/02/03 17:18:48 stippi Exp $
+ * Copyright (C) 1999, 2000, 2001 VideoLAN (Centrale Réseaux) and its contributors
+ * $Id$
  *
  * Authors: Stephan Aßmus <stippi@yellowbites.com>
  *
@@ -10,7 +10,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -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