Feature to drag a file from Windows (client) to Mac (server):

- changed the size of the window for dragging on Mac to 3 by 3 pixels.
- on server side, use a new thread to write file to the drop directory.
This commit is contained in:
jerry
2013-09-24 16:29:51 +00:00
parent e145fef76f
commit 4816a30db3
12 changed files with 126 additions and 55 deletions

View File

@@ -20,7 +20,8 @@
CPlatformScreen::CPlatformScreen(IEventQueue* events) :
IPlatformScreen(events),
m_draggingStarted(false)
m_draggingStarted(false),
m_fakeDraggingStarted(false)
{
}