linux_wayland_support: init merge, windows build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
6533b30cac
commit
aae6e2b16b
30 changed files with 1902 additions and 656 deletions
|
|
@ -279,6 +279,8 @@ impl Drop for Server {
|
|||
for s in self.services.values() {
|
||||
s.join();
|
||||
}
|
||||
#[cfg(target_os = "linux")]
|
||||
video_service::wayland_support::clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue