mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-22 19:07:34 +02:00
Send clipboard data in a thread #4601
This commit is contained in:
parent
44089d55e8
commit
4c36c08099
4 changed files with 19 additions and 66 deletions
|
@ -23,7 +23,6 @@
|
|||
|
||||
class Server;
|
||||
class IEventQueue;
|
||||
class Thread;
|
||||
|
||||
//! Proxy for client implementing protocol version 1.5
|
||||
class ClientProxy1_5 : public ClientProxy1_4 {
|
||||
|
@ -38,10 +37,6 @@ public:
|
|||
void fileChunkReceived();
|
||||
void dragInfoReceived();
|
||||
|
||||
private:
|
||||
// thread funciton for sending clipboard
|
||||
void sendClipboardThread(void*);
|
||||
|
||||
private:
|
||||
IEventQueue* m_events;
|
||||
|
||||
|
@ -49,5 +44,4 @@ private:
|
|||
double m_elapsedTime;
|
||||
size_t m_receivedDataSize;
|
||||
static const UInt16 m_intervalThreshold;
|
||||
//Thread* m_sendFileThread;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue