vlc | branch: master | Pierre Lamot <[email protected]> | 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 <[email protected]> > 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 ); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
