mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-22 19:07:34 +02:00
Added fake drag file list #4584
This commit is contained in:
parent
4508e10186
commit
d9684d44d2
3 changed files with 7 additions and 6 deletions
|
@ -2070,7 +2070,7 @@ Server::writeToDropDirThread(void*)
|
|||
ARCH->sleep(.1f);
|
||||
}
|
||||
|
||||
DropHelper::writeToDir(m_screen->getDropTarget(), m_dragFileList,
|
||||
DropHelper::writeToDir(m_screen->getDropTarget(), m_fakeDragFileList,
|
||||
m_receivedFileData);
|
||||
}
|
||||
|
||||
|
@ -2387,7 +2387,7 @@ Server::dragInfoReceived(UInt32 fileNum, String content)
|
|||
return;
|
||||
}
|
||||
|
||||
DragInformation::parseDragInfo(m_dragFileList, fileNum, content);
|
||||
DragInformation::parseDragInfo(m_fakeDragFileList, fileNum, content);
|
||||
|
||||
m_screen->startDraggingFiles(m_dragFileList);
|
||||
m_screen->startDraggingFiles(m_fakeDragFileList);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue