From 3b377a7dc01355ca88c6e957ef61c2caad8ea3ea Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 3 Sep 2024 19:55:22 -0700 Subject: [PATCH] WIP Protocol for atspi Draft, without documentation. This should probably have a separate object created from the manager per `wl_seat` (how does it work if there actually are multiple seats?) and perhaps have a name that specifies the purpose but not atspi specifically, though I don't expect anything else to legitimately use it... --- src/lib.rs | 10 ++++++ unstable/cosmic-atspi-unstable-v1.xml | 44 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 unstable/cosmic-atspi-unstable-v1.xml diff --git a/src/lib.rs b/src/lib.rs index 228cece518..8d1f765324 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -88,3 +88,13 @@ pub mod workspace { ); } } + +pub mod atspi { + #[allow(missing_docs)] + pub mod v1 { + wayland_protocol!( + "./unstable/cosmic-atspi-unstable-v1.xml", + [] + ); + } +} diff --git a/unstable/cosmic-atspi-unstable-v1.xml b/unstable/cosmic-atspi-unstable-v1.xml new file mode 100644 index 0000000000..46b33184d7 --- /dev/null +++ b/unstable/cosmic-atspi-unstable-v1.xml @@ -0,0 +1,44 @@ + + + + foo bar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +