mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-07 05:11:40 +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
|
@ -158,6 +158,9 @@ public:
|
|||
//! Received dragging information from client
|
||||
void dragInfoReceived(UInt32 fileNum, CString content);
|
||||
|
||||
//! Send dragging file information to client
|
||||
void draggingInfoSending(UInt32 fileCount, CString& fileList, size_t size);
|
||||
|
||||
//@}
|
||||
//! @name accessors
|
||||
//@{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue