]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/InterfaceWindow.h
Fixed language and subtitle selection.
[vlc] / modules / gui / beos / InterfaceWindow.h
index 678119e729b31b256ccd5a92d99d3b881b51d1c9..91d14ce0b46fa37faf43526cecc25b042d493f72 100644 (file)
@@ -2,7 +2,7 @@
  * InterfaceWindow.h: BeOS interface window class prototype
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: InterfaceWindow.h,v 1.6 2002/11/27 05:36:41 titer Exp $
+ * $Id: InterfaceWindow.h,v 1.7 2003/01/08 02:09:15 titer Exp $
  *
  * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *          Tony Castley <tcastley@mail.powerup.com.au>
@@ -53,7 +53,7 @@ class LanguageMenu : public BMenu
  public:
                                                        LanguageMenu( const char* name,
                                                                                  int menu_kind,
-                                                                                 intf_thread_t* p_interface );
+                                                                                 VlcWrapper *p_wrapper );
        virtual                                 ~LanguageMenu();
 
        virtual void                    AttachedToWindow();
@@ -61,7 +61,7 @@ class LanguageMenu : public BMenu
  private:
                        void                    _GetChannels();
 
-       intf_thread_t*                  p_intf;
+       VlcWrapper *            p_wrapper;
        int                                             kind;
 };