mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-13 14:47:41 +02:00
used a hidden drop window to get drag filename
This commit is contained in:
parent
7b8cdb6b38
commit
b85a9b628e
7 changed files with 433 additions and 59 deletions
|
@ -365,6 +365,12 @@ private:
|
|||
// thread function for writing file to drop directory
|
||||
void writeToDropDirThread(void*);
|
||||
|
||||
// thread function for getting drag filename
|
||||
void getDragInfoThread(void*);
|
||||
|
||||
// send drag info to new client screen
|
||||
void sendDragInfo(CBaseClientProxy* newScreen);
|
||||
|
||||
public:
|
||||
bool m_mock;
|
||||
|
||||
|
@ -472,4 +478,7 @@ private:
|
|||
CString m_dragFileExt;
|
||||
bool m_ignoreFileTransfer;
|
||||
bool m_enableDragDrop;
|
||||
|
||||
CThread* m_getDragInfoThread;
|
||||
bool m_waitDragInfoThread;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue