Removed lingering "exwayland" references
This commit is contained in:
parent
cf439000a5
commit
95afa163a6
1 changed files with 5 additions and 5 deletions
|
|
@ -260,21 +260,21 @@ impl TestFixture {
|
||||||
let mut satellite = FakeServerState::new(display.handle(), Some(client_s));
|
let mut satellite = FakeServerState::new(display.handle(), Some(client_s));
|
||||||
let testwl = thread.join().unwrap();
|
let testwl = thread.join().unwrap();
|
||||||
|
|
||||||
let (fake_client, ex_server) = UnixStream::pair().unwrap();
|
let (fake_client, xwls_server) = UnixStream::pair().unwrap();
|
||||||
satellite.connect(ex_server);
|
satellite.connect(xwls_server);
|
||||||
|
|
||||||
satellite.set_x_connection(FakeXConnection::default());
|
satellite.set_x_connection(FakeXConnection::default());
|
||||||
|
|
||||||
let exwl_connection = Connection::from_socket(fake_client).unwrap();
|
let xwls_connection = Connection::from_socket(fake_client).unwrap();
|
||||||
let registry = TestObject::<WlRegistry>::from_request(
|
let registry = TestObject::<WlRegistry>::from_request(
|
||||||
&exwl_connection.display(),
|
&xwls_connection.display(),
|
||||||
Req::<WlDisplay>::GetRegistry {},
|
Req::<WlDisplay>::GetRegistry {},
|
||||||
);
|
);
|
||||||
|
|
||||||
let mut f = TestFixture {
|
let mut f = TestFixture {
|
||||||
testwl,
|
testwl,
|
||||||
satellite,
|
satellite,
|
||||||
xwls_connection: exwl_connection.into(),
|
xwls_connection: xwls_connection.into(),
|
||||||
xwls_display: display,
|
xwls_display: display,
|
||||||
surface_serial: 1,
|
surface_serial: 1,
|
||||||
registry,
|
registry,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue