all: import split crates directly
This commit is contained in:
parent
bfc2a525de
commit
dc62d2240f
247 changed files with 737 additions and 550 deletions
|
|
@ -4,11 +4,13 @@ mod selection;
|
|||
mod properties;
|
||||
mod transfer;
|
||||
|
||||
use jay_geometry::Rect;
|
||||
use jay_async_engine::SpawnedFuture;
|
||||
use selection::SelectionData;
|
||||
|
||||
use {
|
||||
crate::{
|
||||
async_engine::SpawnedFuture,
|
||||
|
||||
client::Client,
|
||||
ifs::{
|
||||
data_transfer::{
|
||||
|
|
@ -25,7 +27,7 @@ use {
|
|||
x_surface::xwindow::{Xwindow, XwindowData},
|
||||
},
|
||||
},
|
||||
rect::Rect,
|
||||
|
||||
state::State,
|
||||
tree::{Node, ToplevelNode},
|
||||
utils::{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
use jay_io_uring::{IoUring, IoUringError};
|
||||
use {
|
||||
super::XwmShared,
|
||||
crate::{
|
||||
io_uring::{IoUring, IoUringError},
|
||||
|
||||
state::State,
|
||||
utils::{buf::Buf, errorfmt::ErrorFmt, oserror::OsError},
|
||||
wire_xcon::{ChangeProperty, SelectionNotify},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue