linux_wayland_support: refactor

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-07-20 09:50:08 -07:00
parent 613b1a8582
commit 634cb5ef1a
6 changed files with 879 additions and 867 deletions

View File

@@ -144,7 +144,7 @@ pub fn get_cursor_data(hcursor: u64) -> ResultType<CursorData> {
}
fn start_uinput_service() {
use crate::server::input_service::uinput::service;
use crate::server::uinput::service;
std::thread::spawn(|| {
service::start_service_control();
});