Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
890c92d0 by Fatih Uzunoglu at 2025-02-16T11:54:53+00:00
qt: emit missing `QQuickWindow::frameSwapped()` signal in 
`CompositorX11UISurface`

- - - - -


1 changed file:

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


Changes:

=====================================
modules/gui/qt/maininterface/compositor_x11_uisurface.cpp
=====================================
@@ -247,6 +247,7 @@ void CompositorX11UISurface::render()
         m_backingStore->flush(geometry());
     }
 
+    emit m_uiWindow->frameSwapped();
 
     emit updated();
 }



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

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


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to