]> git.sesse.net Git - vlc/blobdiff - modules/gui/ncurses.c
Add support for several message queues - please test
[vlc] / modules / gui / ncurses.c
index 5ea6b532ad3dc6410c7f0697bc683a54a3177952..e376cb4239e6331e01105ea6b41c9f61ef6914e5 100644 (file)
@@ -200,7 +200,7 @@ static int Open( vlc_object_t *p_this )
     p_sys->i_box_plidx = 0;
     p_sys->p_plnode = NULL;
     p_sys->i_box_bidx = 0;
-    p_sys->p_sub = msg_Subscribe( p_intf );
+    p_sys->p_sub = msg_Subscribe( p_intf, MSG_QUEUE_NORMAL );
 
     /* Initialize the curses library */
     p_sys->w = initscr();