1
1
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:
Wez Furlong 2018-02-22 08:40:51 -08:00
parent 79ebf717e8
commit 697f07cb51

View File

@ -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 {}",