mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 18:01:27 +00:00
fix integration test
This commit is contained in:
parent
34c6d326df
commit
2b435418e8
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ use x11rb::protocol::xproto::{
|
|||
WindowClass,
|
||||
};
|
||||
use x11rb::rust_connection::RustConnection;
|
||||
use x11rb::wrapper::ConnectionExt as X11WrapperConnectionExt;
|
||||
|
||||
pub fn env_lock() -> &'static Mutex<()> {
|
||||
static LOCK: OnceLock<Mutex<()>> = OnceLock::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue