Update dependencies and bump version
This commit is contained in:
parent
721fe5ee77
commit
b6d281967c
5 changed files with 105 additions and 87 deletions
|
|
@ -1,5 +1,4 @@
|
|||
use crate::server::{ObjectEvent, ObjectKey};
|
||||
use std::os::fd::OwnedFd;
|
||||
use std::os::unix::net::UnixStream;
|
||||
use std::sync::mpsc;
|
||||
use wayland_client::protocol::{
|
||||
|
|
@ -58,11 +57,6 @@ pub struct Globals {
|
|||
|
||||
pub type ClientQueueHandle = QueueHandle<Globals>;
|
||||
|
||||
pub struct ClientShmPool {
|
||||
pub pool: WlShmPool,
|
||||
pub fd: OwnedFd,
|
||||
}
|
||||
|
||||
pub struct ClientState {
|
||||
pub connection: Connection,
|
||||
pub queue: EventQueue<Globals>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue