]> git.sesse.net Git - vlc/blobdiff - modules/gui/wince/wince.cpp
Add support for several message queues - please test
[vlc] / modules / gui / wince / wince.cpp
index ee7dcee38e2c3667fcf6c14b983325aa14611c29..494c767c1d8ef8f02c44596a021f29f11bbea5d7 100644 (file)
@@ -112,7 +112,7 @@ static int Open( vlc_object_t *p_this )
     }
 
     // Suscribe to messages bank
-    p_intf->p_sys->p_sub = msg_Subscribe( p_intf );
+    p_intf->p_sys->p_sub = msg_Subscribe( p_intf, MSG_QUEUE_NORMAL );
 
     // Misc init
     p_intf->p_sys->p_audio_menu = NULL;