Merge pull request #176 from alyssais/geometry
wayland: map windows with correct geometry
This commit is contained in:
commit
ef361ae932
1 changed files with 1 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ impl CompositorHandler for State {
|
||||||
&& with_renderer_surface_state(&surface, |state| state.buffer().is_some())
|
&& with_renderer_surface_state(&surface, |state| state.buffer().is_some())
|
||||||
{
|
{
|
||||||
let output = seat.active_output();
|
let output = seat.active_output();
|
||||||
|
window.on_commit();
|
||||||
Shell::map_window(self, &window, &output);
|
Shell::map_window(self, &window, &output);
|
||||||
} else {
|
} else {
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue