mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-20 18:07:30 +02:00
fixed drag drop from Mac server to Windows client
This commit is contained in:
parent
39734374b1
commit
4e09b06cb0
12 changed files with 101 additions and 28 deletions
|
@ -822,5 +822,5 @@ CClient::sendFileThread(void* filename)
|
|||
void
|
||||
CClient::draggingInfoSending(UInt32 fileCount, CString& fileList, size_t size)
|
||||
{
|
||||
m_server->draggingInfoSending(fileCount, fileList, size);
|
||||
m_server->draggingInfoSending(fileCount, fileList.c_str(), size);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue