[vlc-commits] qt: remove qt being forced to use XCB EGL backend

Pierre Lamot git at videolan.org
Thu Apr 11 10:22:28 CEST 2019


vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Thu Apr 11 10:13:32 2019 +0200| [456e153b968d7da130ad3bc5e113735a267a3393] | committer: Thomas Guillem

qt: remove qt being forced to use XCB EGL backend

This is not required (anymore) and can cause issue on some platforms.

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

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

 modules/gui/qt/qt.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/gui/qt/qt.cpp b/modules/gui/qt/qt.cpp
index 9a22018ea4..5856919789 100644
--- a/modules/gui/qt/qt.cpp
+++ b/modules/gui/qt/qt.cpp
@@ -566,9 +566,6 @@ static void *Thread( void *obj )
     QApplication::setAttribute( Qt::AA_DontCheckOpenGLContextThreadAffinity );
     QQuickWindow::setDefaultAlphaBuffer(true);
 
-    //force Qt to use EGL on XCB
-    qputenv("QT_XCB_GL_INTEGRATION", "xcb_egl");
-
     /* Start the QApplication here */
     QVLCApp app( argc, argv );
 



More information about the vlc-commits mailing list