parent
40af9dc78b
commit
d9ea717056
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ pub fn new() -> ServerPtr {
|
|||
if !display_service::capture_cursor_embedded() {
|
||||
server.add_service(Box::new(input_service::new_cursor()));
|
||||
server.add_service(Box::new(input_service::new_pos()));
|
||||
#[cfg(target_os = "linux")]
|
||||
if scrap::is_x11() {
|
||||
// wayland does not support multiple displays currently
|
||||
server.add_service(Box::new(input_service::new_window_focus()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue