Commit c0998a10 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove dummy embedded window exclusion

Qt4 embedded breakage has nothing to do with X11 afterall.
parent a62521c0
......@@ -224,11 +224,9 @@ vlc_module_begin();
set_callbacks( OpenDialogs, Close );
#if !defined (Q_WS_X11) /*|| HAS_QT43*/
add_submodule();
set_capability( "vout window", 50 );
set_callbacks( WindowOpen, WindowClose );
#endif
vlc_module_end();
/* Ugly, but the Qt4 interface assumes single instance anyway */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment