#4740 Moved clipboard transfering back into main thread on server

This commit is contained in:
XinyuHou 2016-09-01 11:51:12 +01:00 committed by Andrew Nelless
parent 4ad2c6b10d
commit e32402b5c6
2 changed files with 5 additions and 35 deletions

View file

@ -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;
};