Add cosmic_atspi_v1 protocol

Used to provide a backend for `AtspiDevice` in `at-spi2-core`, so Orca
keybindings can work.
This commit is contained in:
Ian Douglas Scott 2024-08-21 20:20:27 -07:00 committed by Victoria Brekenfeld
parent eb64fdaf8f
commit 90883c6ab1
9 changed files with 561 additions and 3 deletions

View file

@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-3.0-only
pub mod alpha_modifier;
pub mod atspi;
pub mod buffer;
pub mod compositor;
pub mod data_control;