calculating vis regions as rects (faster for Quartz) and caching the results for...
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 31 Mar 2005 17:25:53 +0000 (17:25 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 31 Mar 2005 17:25:53 +0000 (17:25 +0000)
commit5c840e5ba4254d45747d21f92ab7710e4c136b48
treec38da2ecb4b8949d386bc7eac25694b8cdda33f5
parenta45ff297987b57bbc5ad0f117a0bcd535b5ae425
calculating vis regions as rects (faster for Quartz) and caching the results for all implementations

fixing the background erase event always to have a wxWindowDC (had a wxClientDC in non-toplevel cases before, leading to a off-by-border error when erasing)

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