]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/MessagesWindow.cpp
live555.cpp: Add support for quicktime specific audio
[vlc] / modules / gui / beos / MessagesWindow.cpp
index f7c2790eef8622155ce396879d435b7df5f4a866..6d2a2d342301101e7b355553243d4d75e017f0c6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * MessagesWindow.cpp: beos interface
  *****************************************************************************
- * Copyright (C) 1999, 2000, 2001 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 1999, 2000, 2001 the VideoLAN team
  * $Id$
  *
  * Authors: Eric Petit <titer@videolan.org>
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /* BeOS headers */
@@ -27,7 +27,7 @@
 
 /* VLC headers */
 #include <vlc/vlc.h>
-#include <vlc/intf.h>
+#include <vlc_interface.h>
 
 /* BeOS module headers */
 #include "InterfaceWindow.h"
@@ -135,7 +135,7 @@ MessagesWindow::MessagesWindow( intf_thread_t * _p_intf,
 {
     SetSizeLimits( 400, 2000, 200, 2000 );
 
-    p_sub = msg_Subscribe( p_intf );
+    p_sub = msg_Subscribe( p_intf, MSG_QUEUE_NORMAL );
     
     BRect rect, textRect;