Avoid panic on dispatch failure (#23)
Prevent crash when calling unwrap on either sync_roundtrip or dispatch_pending, and handle such case by replying downstream that clipboard is dead.
This commit is contained in:
parent
2aea170962
commit
8a81be7c0a
4 changed files with 43 additions and 10 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
- Fixed clipboard crashing, when seat has neither keyboard nor pointer focus
|
||||
- Advertise UTF8_STRING mimetype
|
||||
- Fixed crash when writing data to the server fails
|
||||
- Fixed fd leaking from keymap updates
|
||||
|
||||
## 0.5.1 -- 2020-07-10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue