autocommit 2022-04-15 20:23:03 CEST
This commit is contained in:
parent
5f13954dbc
commit
fdf0ab7388
17 changed files with 159 additions and 87 deletions
|
|
@ -2,6 +2,7 @@ use {
|
|||
crate::{
|
||||
async_engine::{AsyncEngine, AsyncError, SpawnedFuture},
|
||||
client::{EventFormatter, RequestParser},
|
||||
compositor::WAYLAND_DISPLAY,
|
||||
event_loop::{EventLoop, EventLoopError},
|
||||
logger::Logger,
|
||||
object::{ObjectId, WL_DISPLAY_ID},
|
||||
|
|
@ -18,6 +19,7 @@ use {
|
|||
oserror::OsError,
|
||||
stack::Stack,
|
||||
vec_ext::VecExt,
|
||||
xrd::xrd,
|
||||
},
|
||||
wheel::{Wheel, WheelError},
|
||||
wire::{
|
||||
|
|
@ -38,8 +40,6 @@ use {
|
|||
thiserror::Error,
|
||||
uapi::{c, format_ustr},
|
||||
};
|
||||
use crate::compositor::WAYLAND_DISPLAY;
|
||||
use crate::utils::xrd::xrd;
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
pub enum ToolClientError {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue