mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-14 07:07:44 +02:00
made drag info function name more consistent
This commit is contained in:
parent
f773ff3d00
commit
ff42afc36c
16 changed files with 16 additions and 25 deletions
|
@ -1833,7 +1833,7 @@ CServer::sendDragInfo(CBaseClientProxy* newScreen)
|
|||
LOG((CLOG_DEBUG2 "sending drag information to client"));
|
||||
LOG((CLOG_DEBUG3 "dragging file list: %s", fileList));
|
||||
LOG((CLOG_DEBUG3 "dragging file list string size: %i", size));
|
||||
newScreen->draggingInfoSending(fileCount, fileList, size);
|
||||
newScreen->sendDragInfo(fileCount, fileList, size);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2396,9 +2396,3 @@ CServer::dragInfoReceived(UInt32 fileNum, CString content)
|
|||
|
||||
m_screen->startDraggingFiles(m_dragFileList);
|
||||
}
|
||||
|
||||
void
|
||||
CServer::draggingInfoSending(UInt32 fileCount, CString& fileList, size_t size)
|
||||
{
|
||||
m_active->draggingInfoSending(fileCount, fileList.c_str(), size);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue