Merge pull request #176 from alyssais/geometry

wayland: map windows with correct geometry
This commit is contained in:
Victoria Brekenfeld 2023-09-21 17:46:20 +02:00 committed by GitHub
commit ef361ae932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,6 +184,7 @@ impl CompositorHandler for State {
&& with_renderer_surface_state(&surface, |state| state.buffer().is_some())
{
let output = seat.active_output();
window.on_commit();
Shell::map_window(self, &window, &output);
} else {
return;