Merge pull request #94402 from Riteo/committed-to-the-cause

Wayland: Commit surface on window creation
This commit is contained in:
Rémi Verschelde 2024-07-17 12:52:44 +02:00
commit d191bee0ae
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 2 additions and 0 deletions

View File

@ -3245,6 +3245,8 @@ void WaylandThread::window_create(DisplayServer::WindowID p_window_id, int p_wid
zxdg_exported_v1_add_listener(ws.xdg_exported, &xdg_exported_listener, &ws);
}
wl_surface_commit(ws.wl_surface);
// Wait for the surface to be configured before continuing.
wl_display_roundtrip(wl_display);
}