1
0
Fork 0
forked from wry/wry

it: test cursor-shape protocol

This commit is contained in:
Julian Orth 2024-04-02 20:06:13 +02:00
parent 9c8131e145
commit 6448a14fb1
10 changed files with 154 additions and 2 deletions

View file

@ -6,7 +6,8 @@ use {
it::{
test_error::{TestError, TestResult},
test_ifs::{
test_compositor::TestCompositor, test_data_device_manager::TestDataDeviceManager,
test_compositor::TestCompositor, test_cursor_shape_manager::TestCursorShapeManager,
test_data_device_manager::TestDataDeviceManager,
test_jay_compositor::TestJayCompositor, test_keyboard::TestKeyboard,
test_pointer::TestPointer, test_registry::TestRegistry, test_seat::TestSeat,
test_shm::TestShm, test_single_pixel_buffer_manager::TestSinglePixelBufferManager,
@ -36,6 +37,7 @@ pub struct TestClient {
pub xdg: Rc<TestXdgWmBase>,
pub activation: Rc<TestXdgActivation>,
pub data_device_manager: Rc<TestDataDeviceManager>,
pub cursor_shape_manager: Rc<TestCursorShapeManager>,
}
pub struct DefaultSeat {