mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 22:01:47 +03:00
fixup some build and test warnings
This commit is contained in:
parent
901dc9c395
commit
b3f23bbf4a
@ -27,10 +27,6 @@ impl Window {
|
|||||||
self.clipboard.replace(Arc::clone(clipboard));
|
self.clipboard.replace(Arc::clone(clipboard));
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn get_clipboard(&self) -> Option<&Arc<dyn Clipboard>> {
|
|
||||||
self.clipboard.as_ref()
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn window_id(&self) -> WindowId {
|
pub fn window_id(&self) -> WindowId {
|
||||||
self.id
|
self.id
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
pub mod connection;
|
pub mod connection;
|
||||||
pub mod window;
|
pub mod window;
|
||||||
pub use connection::*;
|
pub use connection::*;
|
||||||
pub use window::*;
|
pub use self::window::*;
|
||||||
mod copy_and_paste;
|
mod copy_and_paste;
|
||||||
mod keyboard;
|
mod keyboard;
|
||||||
mod pointer;
|
mod pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user