libcosmic updates
This commit is contained in:
parent
9c62f19e4b
commit
0491c4baaa
91 changed files with 3550 additions and 2300 deletions
|
|
@ -17,7 +17,7 @@ pub enum Message {
|
|||
}
|
||||
|
||||
pub fn subscription() -> Subscription<Message> {
|
||||
listen_raw(|event, status| {
|
||||
listen_raw(|event, status, _| {
|
||||
if event::Status::Ignored != status {
|
||||
return None;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue