Skip to content

Commit

Permalink
fix: layershell not been destoryed
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Feb 10, 2025
1 parent c7b85e6 commit a42b724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
"Aakash Sen Sharma <[email protected]>",
]
edition = "2021"
version = "0.2.5"
version = "0.2.6"
license = "MIT"
description = "Wayland native (zwlr_layer_shell) area selection client"
repository = "https://github.com/waycrate/waysip"
Expand Down
1 change: 1 addition & 0 deletions libwaysip/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,6 @@ fn get_area_inner(
.map_err(WaySipError::DispatchError)?;
}

layer_shell.destroy();
Ok(state.area_info())
}

0 comments on commit a42b724

Please sign in to comment.