]> git.saurik.com Git - wxWidgets.git/commit - src/osx/dnd_osx.cpp
Add an accessor to get the current drop source from window.mm so that we can implemen...
authorKevin Ollivier <kevino@theolliviers.com>
Sat, 6 Feb 2010 01:45:58 +0000 (01:45 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Sat, 6 Feb 2010 01:45:58 +0000 (01:45 +0000)
commit808cbd174a5c7d0946df7dcaf1891e881a94f64f
treedf26c7ccb892fb1a4319598e916f788e339c9a24
parent1111fe434b5f9699891197691f744eb68445e486
Add an accessor to get the current drop source from window.mm so that we can implement GiveFeedback support, and also move a couple functions that check the current drop source into common DND OS X code as a result.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/osx/dnd.h
src/osx/carbon/dnd.cpp
src/osx/cocoa/dnd.mm
src/osx/cocoa/window.mm
src/osx/dnd_osx.cpp