mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-13 06:37:40 +02:00
#4740 Moved clipboard transfering back into main thread on server
This commit is contained in:
parent
4ad2c6b10d
commit
e32402b5c6
2 changed files with 5 additions and 35 deletions
|
@ -367,9 +367,6 @@ private:
|
|||
// send drag info to new client screen
|
||||
void sendDragInfo(BaseClientProxy* newScreen);
|
||||
|
||||
// thread funciton for sending clipboard
|
||||
void sendClipboardThread(void*);
|
||||
|
||||
public:
|
||||
bool m_mock;
|
||||
|
||||
|
@ -481,6 +478,4 @@ private:
|
|||
bool m_waitDragInfoThread;
|
||||
|
||||
ClientListener* m_clientListener;
|
||||
|
||||
Thread* m_sendClipboardThread;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue