mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-14 23:27:38 +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
|
@ -922,7 +922,7 @@ COSXScreen::leave()
|
|||
CClientApp& app = CClientApp::instance();
|
||||
CClient* client = app.getClientPtr();
|
||||
UInt32 fileCount = 1;
|
||||
client->draggingInfoSending(fileCount, fileList, size);
|
||||
client->sendDragInfo(fileCount, fileList, size);
|
||||
LOG((CLOG_DEBUG "send dragging file to server"));
|
||||
client->sendFileToServer(fileList.c_str());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue