fix missing window focus service on windows/macos (#9824)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
12c1337b7b
commit
a4bd23c9de
1 changed files with 2 additions and 0 deletions
|
|
@ -111,6 +111,8 @@ pub fn new() -> ServerPtr {
|
|||
// wayland does not support multiple displays currently
|
||||
server.add_service(Box::new(input_service::new_window_focus()));
|
||||
}
|
||||
#[cfg(not(target_os = "linux"))]
|
||||
server.add_service(Box::new(input_service::new_window_focus()));
|
||||
}
|
||||
}
|
||||
Arc::new(RwLock::new(server))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue