[vlc-commits] [Git][videolan/vlc][master] qt: disable alpha buffer in compositor_dummy

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon Feb 19 07:07:00 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
a04b0419 by Fatih Uzunoglu at 2024-02-19T06:37:43+00:00
qt: disable alpha buffer in compositor_dummy

- - - - -


1 changed file:

- modules/gui/qt/maininterface/compositor_dummy.cpp


Changes:

=====================================
modules/gui/qt/maininterface/compositor_dummy.cpp
=====================================
@@ -47,6 +47,8 @@ bool CompositorDummy::makeMainInterface(MainCtx* mainCtx)
 {
     m_mainCtx = mainCtx;
 
+    QQuickWindow::setDefaultAlphaBuffer(false);
+
     m_qmlWidget = std::make_unique<QQuickView>();
     if (m_mainCtx->useClientSideDecoration())
         m_qmlWidget->setFlag(Qt::FramelessWindowHint);



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a04b04197e0b7b4ff3c7f5a23af668373dc4c374

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a04b04197e0b7b4ff3c7f5a23af668373dc4c374
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list