opt: compile
This commit is contained in:
parent
1f40963b5d
commit
65ab43aa4a
1 changed files with 2 additions and 0 deletions
|
|
@ -1244,6 +1244,8 @@ pub fn main_current_is_wayland() -> SyncReturn<bool> {
|
|||
|
||||
pub fn main_is_login_wayland() -> SyncReturn<bool> {
|
||||
SyncReturn(is_login_wayland())
|
||||
}
|
||||
|
||||
pub fn main_start_pa() {
|
||||
#[cfg(target_os = "linux")]
|
||||
std::thread::spawn(crate::ipc::start_pa);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue