mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-21 10:27:36 +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
|
@ -29,7 +29,7 @@ public:
|
|||
CClientProxy1_5(const CString& name, synergy::IStream* adoptedStream, CServer* server, IEventQueue* events);
|
||||
~CClientProxy1_5();
|
||||
|
||||
virtual void draggingInfoSending(UInt32 fileCount, const char* data, size_t dataSize);
|
||||
virtual void sendDragInfo(UInt32 fileCount, const char* data, size_t dataSize);
|
||||
virtual void fileChunkSending(UInt8 mark, char* data, size_t dataSize);
|
||||
virtual bool parseMessage(const UInt8* code);
|
||||
void fileChunkReceived();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue