mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-13 14:47:41 +02:00
Refactored send drag info on server #4584
This commit is contained in:
parent
ee22e688d5
commit
8c64cbf54e
2 changed files with 21 additions and 23 deletions
|
@ -361,8 +361,8 @@ private:
|
|||
// thread function for writing file to drop directory
|
||||
void writeToDropDirThread(void*);
|
||||
|
||||
// thread function for getting drag filename
|
||||
void getDragInfoThread(void*);
|
||||
// thread function for sending drag information
|
||||
void sendDragInfoThread(void*);
|
||||
|
||||
// send drag info to new client screen
|
||||
void sendDragInfo(BaseClientProxy* newScreen);
|
||||
|
@ -477,7 +477,7 @@ private:
|
|||
bool m_ignoreFileTransfer;
|
||||
bool m_enableDragDrop;
|
||||
|
||||
Thread* m_getDragInfoThread;
|
||||
Thread* m_sendDragInfoThread;
|
||||
bool m_waitDragInfoThread;
|
||||
|
||||
ClientListener* m_clientListener;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue