mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
plugin_framework, fix dup ui widgets
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -181,7 +181,6 @@ struct VideoRenderer {
|
||||
ptr: usize,
|
||||
width: usize,
|
||||
height: usize,
|
||||
size: usize,
|
||||
on_rgba_func: Option<Symbol<'static, FlutterRgbaRendererPluginOnRgba>>,
|
||||
}
|
||||
|
||||
@@ -210,7 +209,6 @@ impl Default for VideoRenderer {
|
||||
ptr: 0,
|
||||
width: 0,
|
||||
height: 0,
|
||||
size: 0,
|
||||
on_rgba_func,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user