]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/PlayListWindow.h
* ALL: more intensive use of the VLCWrapper class
[vlc] / modules / gui / beos / PlayListWindow.h
index 5c689b1b7026c8bd8fa5b31b17a9dbe0962d36d4..9aa2d43b0b13a992c1b08990d7e4fcd3d4be533d 100644 (file)
@@ -2,7 +2,7 @@
  * PlayListWindow.h: BeOS interface window class prototype
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: PlayListWindow.h,v 1.3 2002/10/10 23:11:52 titer Exp $
+ * $Id: PlayListWindow.h,v 1.4 2002/11/26 01:06:08 titer Exp $
  *
  * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *          Tony Castley <tcastley@mail.powerup.com.au>
@@ -39,7 +39,6 @@ class PlayListWindow : public BWindow
  public:
                                                                PlayListWindow(BRect frame,
                                                                                           const char* name,
-                                                                                          playlist_t* playlist,
                                                                                           InterfaceWindow* mainWindow,
                                                                                           intf_thread_t *p_interface );
        virtual                                         ~PlayListWindow();
@@ -54,14 +53,13 @@ class PlayListWindow : public BWindow
                        void                            UpdatePlaylist( bool rebuild = false );
 
  private:      
-
-                       playlist_t *        fPlaylist;
                        PlaylistView *      fListView;
                        BView *             fBackgroundView;
                        BMenuBar *          fMenuBar;
                        InterfaceWindow *   fMainWindow;
                        
                        intf_thread_t *     p_intf;
+                       Intf_VLCWrapper *   p_wrapper;
 };
 
 #endif // BEOS_PLAY_LIST_WINDOW_H