]> git.saurik.com Git - wxWidgets.git/commitdiff
adding API note
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 4 Apr 2009 13:34:08 +0000 (13:34 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 4 Apr 2009 13:34:08 +0000 (13:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/dcscreen.cpp

index 306ea3e7f2ef955fccf7d230550997d4b3f60f17..4aaaa1377cf313bdf26c2e1effc13d2eda33416b 100644 (file)
@@ -61,6 +61,8 @@ wxScreenDCImpl::~wxScreenDCImpl()
 #endif
 }
 
+// TODO Switch to CGWindowListCreateImage for 10.5 and above
+
 wxBitmap wxScreenDCImpl::DoGetAsBitmap(const wxRect *subrect) const
 {
     CGRect srcRect = CGRectMake(0, 0, m_width, m_height);