mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-08 12:57:02 +08:00
- Allow dragging one file from Windows (server) to Mac (client), --filetransfer-des needs to be specified in client side's command line.
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
#include "CPlatformScreen.h"
|
||||
|
||||
CPlatformScreen::CPlatformScreen(IEventQueue* events) :
|
||||
IPlatformScreen(events)
|
||||
IPlatformScreen(events),
|
||||
m_draggingStarted(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user