Notify window before presentation

This commit is contained in:
Héctor Ramón Jiménez 2025-03-18 18:22:39 +01:00
parent 363b0e903a
commit 31b98ee3eb
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
5 changed files with 29 additions and 2 deletions

View file

@ -892,6 +892,7 @@ async fn run_instance<P, C>(
window.state.viewport(),
window.state.background_color(),
&debug.overlay(),
|| window.raw.pre_present_notify(),
) {
Ok(()) => {
debug.render_finished();