Skip to content

qt: fix compositor_dcomp window is never shown regression

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/fixwin32windownevershown into master

It appears that QQuickWindow::sceneGraphInitialized() signal is emitted only after the window is shown, and not necessarily after QQuickWindow::create() is called. I will investigate more if it is possible to infer the graphics API before the window is shown.

Merge request reports