mirror of
https://github.com/wez/wezterm.git
synced 2024-11-28 01:06:37 +03:00
fixup linux build
This commit is contained in:
parent
63b18c4951
commit
68d5287acb
@ -3,6 +3,7 @@ use super::Error;
|
||||
use super::{KeyCode, KeyModifiers};
|
||||
use failure::{ensure, format_err};
|
||||
use libc;
|
||||
use log::debug;
|
||||
use std::cell::RefCell;
|
||||
use std::ffi::CStr;
|
||||
use xkb::compose::Status as ComposeStatus;
|
||||
|
@ -1,5 +1,5 @@
|
||||
use crate::config::Config;
|
||||
use crate::font::{FontConfiguration, FontSystemSelection};
|
||||
use crate::font::FontConfiguration;
|
||||
use crate::frontend::guicommon::window::TerminalWindow;
|
||||
use crate::frontend::xwindows::xwin::X11TerminalWindow;
|
||||
use crate::frontend::xwindows::Connection;
|
||||
|
@ -5,7 +5,7 @@ use crate::font::FontConfiguration;
|
||||
use crate::frontend::guicommon::host::{HostHelper, HostImpl, TabHost};
|
||||
use crate::frontend::guicommon::window::{Dimensions, TerminalWindow};
|
||||
use crate::frontend::xwindows::x11loop::{GuiEventLoop, WindowId as X11WindowId};
|
||||
use crate::mux::tab::{Tab, TabId};
|
||||
use crate::mux::tab::Tab;
|
||||
use crate::mux::window::WindowId;
|
||||
use crate::mux::{Mux, SessionTerminated};
|
||||
use crate::opengl::render::Renderer;
|
||||
|
Loading…
Reference in New Issue
Block a user