Skip to content

Commit

Permalink
Refactor x11bridge into common core and x11-specific part.
Browse files Browse the repository at this point in the history
Signed-off-by: Sasha Finkelstein <[email protected]>
  • Loading branch information
WhatAmISupposedToPutHere committed Jan 12, 2025
1 parent f50e0a3 commit 0e7573c
Show file tree
Hide file tree
Showing 7 changed files with 1,768 additions and 1,602 deletions.
2 changes: 1 addition & 1 deletion crates/muvm/src/guest/bin/muvm-guest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use std::process::Command;
use std::{cmp, env, fs, thread};

use anyhow::{Context, Result};
use muvm::guest::bridge::x11::start_x11bridge;
use muvm::guest::fex::setup_fex;
use muvm::guest::hidpipe::start_hidpipe;
use muvm::guest::mount::mount_filesystems;
Expand All @@ -14,7 +15,6 @@ use muvm::guest::server::server_main;
use muvm::guest::socket::setup_socket_proxy;
use muvm::guest::user::setup_user;
use muvm::guest::x11::setup_x11_forwarding;
use muvm::guest::x11bridge::start_x11bridge;
use muvm::utils::launch::{GuestConfiguration, PULSE_SOCKET};
use nix::unistd::{Gid, Uid};
use rustix::process::{getrlimit, setrlimit, Resource};
Expand Down
Loading

0 comments on commit 0e7573c

Please sign in to comment.