[vlc-devel] commit: Remove dummy embedded window exclusion ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Oct 20 22:19:23 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Mon Oct 20 23:18:30 2008 +0300| [c0998a10dfc31a7d9e08edb1ae1249ece6796329] | committer: Rémi Denis-Courmont 

Remove dummy embedded window exclusion

Qt4 embedded breakage has nothing to do with X11 afterall.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c0998a10dfc31a7d9e08edb1ae1249ece6796329
---

 modules/gui/qt4/qt4.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index e2de9be..4308ab4 100755
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -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 */




More information about the vlc-devel mailing list