Skip to content

Commit

Permalink
Merge pull request #176 from alyssais/geometry
Browse files Browse the repository at this point in the history
wayland: map windows with correct geometry
  • Loading branch information
Drakulix authored Sep 21, 2023
2 parents 747a241 + 40eb78d commit ef361ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wayland/handlers/compositor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ef361ae

Please sign in to comment.