chore: Formatting updates
This commit is contained in:
parent
ac889f609d
commit
4ee2763139
9 changed files with 170 additions and 80 deletions
|
|
@ -164,7 +164,9 @@ impl ScreencopyHandler for State {
|
|||
}
|
||||
|
||||
fn capture_toplevel(&mut self, toplevel: CosmicSurface, session: Session) -> Vec<BufferInfo> {
|
||||
let Some(surface) = toplevel.wl_surface() else { return Vec::new() };
|
||||
let Some(surface) = toplevel.wl_surface() else {
|
||||
return Vec::new();
|
||||
};
|
||||
let size = toplevel.geometry().size.to_buffer(1, Transform::Normal);
|
||||
|
||||
let mut _kms_renderer = None;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue