1
0
Fork 0
forked from wry/wry

autocommit 2022-04-02 21:13:27 CEST

This commit is contained in:
Julian Orth 2022-04-02 21:13:27 +02:00
parent 6de9fb8303
commit 9ec1c5c995
5 changed files with 28 additions and 19 deletions

View file

@ -281,6 +281,7 @@ impl ZwlrLayerSurfaceV1 {
}
self.pos
.set(Rect::new_sized(x1, y1, width, height).unwrap());
self.surface.set_absolute_position(x1, y1);
self.client.state.tree_changed();
}
}

View file

@ -82,6 +82,7 @@ impl ZwlrLayerShellV1 {
}
}
};
log::info!("output = {:?}", output.position.get());
if req.layer > OVERLAY {
return Err(GetLayerSurfaceError::UnknownLayer(req.layer));
}