]> git.saurik.com Git - wxWidgets.git/commit
Implement wxFindWindowAtPoint() correctly for wxOSX/Carbon.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Nov 2009 14:59:14 +0000 (14:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Nov 2009 14:59:14 +0000 (14:59 +0000)
commit2b76dfb0481ddce436e560993c6bd89ef292bed4
tree597bb3f5561684b8514c74fba1edb6b4dc017885
parent32e806fe7f0ca4ccee9924f4ded0a8be05de2b89
Implement wxFindWindowAtPoint() correctly for wxOSX/Carbon.

Use Carbon FindWindow() function instead of the generic wx version which
doesn't take the relative windows Z-order into account correctly.

Closes #11412.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/utils_osx.cpp