]> git.saurik.com Git - wxWidgets.git/commit
since DoScreenToClient and ClientToScreen in toplvlcmn are implemented by calling...
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 14 Jan 2002 20:23:49 +0000 (20:23 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 14 Jan 2002 20:23:49 +0000 (20:23 +0000)
commit2078220ed6605d5d3bba16afe1a231b3e92fa9d8
treea9c02d6c3bc665983437d830be8fd50e12f1b7dc
parent42c95b077f20ad72f24e23d95ad5e653b9ade545
since DoScreenToClient and ClientToScreen in toplvlcmn are implemented by calling the superclass implementation, we have to avoid shifting by the client origin twice. had to change MacWindowFromPoint therefore too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/mac/carbon/window.cpp
src/mac/window.cpp