mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-06 05:12:26 +08:00
made drag info function name more consistent
This commit is contained in:
@@ -833,7 +833,7 @@ CClient::sendFileThread(void* filename)
|
||||
}
|
||||
|
||||
void
|
||||
CClient::draggingInfoSending(UInt32 fileCount, CString& fileList, size_t size)
|
||||
CClient::sendDragInfo(UInt32 fileCount, CString& fileList, size_t size)
|
||||
{
|
||||
m_server->draggingInfoSending(fileCount, fileList.c_str(), size);
|
||||
m_server->sendDragInfo(fileCount, fileList.c_str(), size);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user