]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/MessagesWindow.cpp
Revert "messages: Prefer the object name over the object type if type is VLC_GENERIC."
[vlc] / modules / gui / beos / MessagesWindow.cpp
index 22ebedb8266bc14bf1b41010c8497b82255b0c7d..b4b202933004508353f3f7c23b2c3c7999ae58ec 100644 (file)
@@ -30,7 +30,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_interface.h>
 
 /* BeOS module headers */
@@ -126,7 +126,7 @@ MessagesWindow::MessagesWindow( intf_thread_t * _p_intf,
 {
     SetSizeLimits( 400, 2000, 200, 2000 );
 
-    p_sub = msg_Subscribe( p_intf, MSG_QUEUE_NORMAL );
+    p_sub = msg_Subscribe( p_intf );
  
     BRect rect, textRect;