1
0
Fork 0
forked from wry/wry
wry/src/it/test_ifs.rs
2024-04-09 12:09:54 +02:00

48 lines
1.3 KiB
Rust

pub mod test_alpha_modifier;
pub mod test_alpha_modifier_surface;
pub mod test_buffer;
pub mod test_callback;
pub mod test_compositor;
pub mod test_content_type;
pub mod test_content_type_manager;
pub mod test_cursor_shape_device;
pub mod test_cursor_shape_manager;
pub mod test_data_control_device;
pub mod test_data_control_manager;
pub mod test_data_control_offer;
pub mod test_data_control_source;
pub mod test_data_device;
pub mod test_data_device_manager;
pub mod test_data_offer;
pub mod test_data_source;
pub mod test_display;
pub mod test_dmabuf;
pub mod test_dmabuf_feedback;
pub mod test_ext_foreign_toplevel_handle;
pub mod test_ext_foreign_toplevel_list;
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_syncobj_manager;
pub mod test_syncobj_surface;
pub mod test_syncobj_timeline;
pub mod test_toplevel_drag;
pub mod test_toplevel_drag_manager;
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;