1
0
Fork 0
forked from wry/wry
wry/src/it/test_ifs.rs
2024-04-03 17:08:25 +02:00

25 lines
620 B
Rust

mod test_buffer;
pub mod test_callback;
pub mod test_compositor;
pub mod test_display;
pub mod test_jay_compositor;
pub mod test_keyboard;
pub mod test_pointer;
pub mod test_region;
pub mod test_registry;
pub mod test_screenshot;
pub mod test_seat;
pub mod test_shm;
pub mod test_shm_buffer;
pub mod test_shm_pool;
pub mod test_single_pixel_buffer_manager;
pub mod test_subcompositor;
pub mod test_subsurface;
pub mod test_surface;
pub mod test_viewport;
pub mod test_viewporter;
pub mod test_xdg_activation;
pub mod test_xdg_activation_token;
pub mod test_xdg_base;
pub mod test_xdg_surface;
pub mod test_xdg_toplevel;