1
0
Fork 0
forked from wry/wry

it: test subsurface positioning

This commit is contained in:
Julian Orth 2022-05-03 18:32:43 +02:00
parent fd027d9a5a
commit cbf539cbcc
17 changed files with 291 additions and 9 deletions

View file

@ -1,6 +1,7 @@
use {
crate::{client::ClientError, utils::buffd::MsgParser, wire::WlDisplayId},
std::{
any::Any,
fmt::{Display, Formatter},
rc::Rc,
},
@ -31,6 +32,7 @@ impl Display for ObjectId {
pub trait ObjectBase {
fn id(&self) -> ObjectId;
fn into_any(self: Rc<Self>) -> Rc<dyn Any>;
fn handle_request(
self: Rc<Self>,
request: u32,