From 17db93e969753e3f666e9b1eb100533a25ce5511 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 4 Apr 2009 13:34:08 +0000 Subject: [PATCH] adding API note git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/carbon/dcscreen.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osx/carbon/dcscreen.cpp b/src/osx/carbon/dcscreen.cpp index 306ea3e7f2..4aaaa1377c 100644 --- a/src/osx/carbon/dcscreen.cpp +++ b/src/osx/carbon/dcscreen.cpp @@ -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); -- 2.50.0