mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 14:22:37 +03:00
Compiles after nuking connection and window
This commit is contained in:
parent
3308cb578b
commit
618d7beede
@ -1,3 +1,5 @@
|
||||
// TODO: change this
|
||||
#![allow(dead_code, unused)]
|
||||
use crate::ConnectionOps;
|
||||
|
||||
pub struct WaylandConnection {}
|
||||
|
@ -3,8 +3,8 @@
|
||||
pub mod connection;
|
||||
// pub mod inputhandler;
|
||||
// pub mod output;
|
||||
// pub mod window;
|
||||
// pub use self::window::*;
|
||||
pub mod window;
|
||||
pub use self::window::*;
|
||||
pub use connection::*;
|
||||
// pub use output::*;
|
||||
// mod copy_and_paste;
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user