1
1
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:
Timmy Xiao 2024-01-03 20:47:42 -05:00 committed by Wez Furlong
parent 3308cb578b
commit 618d7beede
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
3 changed files with 72 additions and 1221 deletions

View File

@ -1,3 +1,5 @@
// TODO: change this
#![allow(dead_code, unused)]
use crate::ConnectionOps;
pub struct WaylandConnection {}

View File

@ -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