Skip to content

Commit a09d1f5

Browse files
WhatAmISupposedToPutHereslp
authored andcommitted
Refactor x11bridge into common core and x11-specific part.
Signed-off-by: Sasha Finkelstein <[email protected]>
1 parent 5f9f9d9 commit a09d1f5

7 files changed

Lines changed: 1821 additions & 1602 deletions

File tree

crates/muvm/src/guest/bin/muvm-guest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ use std::{cmp, env, fs, thread};
77

88
use anyhow::{Context, Result};
99
use muvm::guest::box64::setup_box;
10+
use muvm::guest::bridge::x11::start_x11bridge;
1011
use muvm::guest::fex::setup_fex;
1112
use muvm::guest::hidpipe::start_hidpipe;
1213
use muvm::guest::mount::mount_filesystems;
@@ -15,7 +16,6 @@ use muvm::guest::server::server_main;
1516
use muvm::guest::socket::setup_socket_proxy;
1617
use muvm::guest::user::setup_user;
1718
use muvm::guest::x11::setup_x11_forwarding;
18-
use muvm::guest::x11bridge::start_x11bridge;
1919
use muvm::utils::launch::{Emulator, GuestConfiguration, PULSE_SOCKET};
2020
use nix::unistd::{Gid, Uid};
2121
use rustix::process::{getrlimit, setrlimit, Resource};

0 commit comments

Comments
 (0)