- 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:
jerry
2013-08-23 15:36:23 +00:00
parent 012fe6ddd8
commit 031a84ca84
17 changed files with 95 additions and 23 deletions

View File

@@ -19,7 +19,8 @@
#include "CPlatformScreen.h"
CPlatformScreen::CPlatformScreen(IEventQueue* events) :
IPlatformScreen(events)
IPlatformScreen(events),
m_draggingStarted(false)
{
}