Recapture workspace/toplevel on damage; start code for filtering

For some reason using calloop makes output events not consistently
occur?
This commit is contained in:
Ian Douglas Scott 2023-02-09 14:00:22 -08:00
parent 04607b84aa
commit c46ab4f1e6
4 changed files with 242 additions and 67 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
calloop = "0.10.5"
cctk = { package = "cosmic-client-toolkit", git = "https://github.com/pop-os/cosmic-protocols" }
futures-channel = "0.3.25"
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland"] }