ifs: rename data transfer interfaces
This commit is contained in:
parent
f9e8d614ce
commit
5cb7b5973f
21 changed files with 223 additions and 223 deletions
|
|
@ -65,7 +65,7 @@ use {
|
|||
},
|
||||
data_transfer::{
|
||||
DataOfferIds, DataSourceIds, data_control::DataControlDeviceIds,
|
||||
x_data_device::XIpcDeviceIds,
|
||||
x_data_device::XTransferDeviceIds,
|
||||
},
|
||||
jay_render_ctx::JayRenderCtx,
|
||||
jay_screencast::JayScreencast,
|
||||
|
|
@ -435,7 +435,7 @@ pub struct XWaylandState {
|
|||
pub pidfd: CloneCell<Option<Rc<OwnedFd>>>,
|
||||
pub handler: RefCell<Option<SpawnedFuture<()>>>,
|
||||
pub queue: Rc<AsyncQueue<XWaylandEvent>>,
|
||||
pub ipc_device_ids: XIpcDeviceIds,
|
||||
pub ipc_device_ids: XTransferDeviceIds,
|
||||
pub use_wire_scale: Cell<bool>,
|
||||
pub wire_scale: Cell<Option<i32>>,
|
||||
pub windows: CopyHashMap<XwindowId, Rc<Xwindow>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue