mirror of
https://github.com/wez/wezterm.git
synced 2024-12-28 07:55:03 +03:00
Don't need to worry about MAPPING_NOTIFY events for clipboard
This commit is contained in:
parent
79ebf717e8
commit
697f07cb51
@ -279,6 +279,10 @@ impl<F: Fn() + Send + 'static> ClipboardImpl<F> {
|
||||
);
|
||||
self.conn.flush();
|
||||
}
|
||||
xcb::MAPPING_NOTIFY => {
|
||||
// Nothing to do here; just don't want to print an error
|
||||
// in the case below.
|
||||
}
|
||||
_ => {
|
||||
eprintln!(
|
||||
"clipboard: got unhandled XCB event type {}",
|
||||
|
Loading…
Reference in New Issue
Block a user