wayland: implement wp_cursor_shap_manager_v1
This commit is contained in:
parent
af3b7b0868
commit
3acf0558a3
12 changed files with 452 additions and 60 deletions
|
|
@ -197,7 +197,7 @@ impl WlPointer {
|
|||
}
|
||||
};
|
||||
if pointer_node.node_client_id() != Some(self.seat.client.id) {
|
||||
log::warn!("ignoring wl_pointer.set_cursor (2)");
|
||||
// log::warn!("ignoring wl_pointer.set_cursor (2)");
|
||||
return Ok(());
|
||||
}
|
||||
// https://gitlab.freedesktop.org/wayland/wayland/-/issues/439
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue