mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-06 10:09:28 +02:00
refactored duplicated code in dragInfoReceived
refactored fakeDraggigFiles interface
This commit is contained in:
parent
fd68b70878
commit
f773ff3d00
11 changed files with 29 additions and 48 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include "platform/MSWindowsHook.h"
|
||||
#include "synergy/PlatformScreen.h"
|
||||
#include "synergy/DragInformation.h"
|
||||
#include "synwinhk/synwinhk.h"
|
||||
#include "mt/CondVar.h"
|
||||
#include "mt/Mutex.h"
|
||||
|
@ -115,7 +116,7 @@ public:
|
|||
virtual void setOptions(const COptionsList& options);
|
||||
virtual void setSequenceNumber(UInt32);
|
||||
virtual bool isPrimary() const;
|
||||
virtual void fakeDraggingFiles(CString str);
|
||||
virtual void fakeDraggingFiles(CDragFileList fileList);
|
||||
virtual CString& getDraggingFilename();
|
||||
virtual const CString&
|
||||
getDropTarget() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue