mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-14 15:01:29 +03:00
empty clipboard, debug crash & failed to copy
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -496,10 +496,10 @@ pub struct _cliprdr_client_context {
|
||||
extern "C" {
|
||||
pub(crate) fn init_cliprdr(context: *mut CliprdrClientContext) -> BOOL;
|
||||
pub(crate) fn uninit_cliprdr(context: *mut CliprdrClientContext) -> BOOL;
|
||||
pub fn empty_clipboard(
|
||||
pub(crate) fn empty_cliprdr(
|
||||
context: *mut CliprdrClientContext,
|
||||
server_conn_id: u32,
|
||||
remote_conn_id: u32,
|
||||
server_conn_id: UINT32,
|
||||
remote_conn_id: UINT32,
|
||||
) -> BOOL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user