refactor: use cctk
This commit is contained in:
parent
1b8a399ebd
commit
6e91eabf4c
46 changed files with 224 additions and 183 deletions
|
|
@ -7,7 +7,7 @@ use iced::{
|
|||
window::{self, Id, Settings},
|
||||
Element, Length, Subscription, Task,
|
||||
};
|
||||
use sctk::reexports::client::{Connection, Proxy};
|
||||
use cctk::sctk::reexports::client::{Connection, Proxy};
|
||||
|
||||
mod wayland;
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ use iced::{
|
|||
};
|
||||
use iced_runtime::futures::subscription;
|
||||
use rustix::{io::Errno, shm::ShmOFlags};
|
||||
use sctk::{
|
||||
use cctk::sctk::{
|
||||
reexports::{
|
||||
calloop_wayland_source::WaylandSource,
|
||||
client::{
|
||||
|
|
@ -40,7 +40,7 @@ impl ProvidesRegistryState for AppData {
|
|||
&mut self.registry_state
|
||||
}
|
||||
|
||||
sctk::registry_handlers!();
|
||||
cctk::sctk::registry_handlers!();
|
||||
}
|
||||
|
||||
impl ShmHandler for AppData {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue