From 71b31f9983a6764aa5ee830f1f37d561cb3994cb Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 18 Sep 2007 17:27:13 +0000 Subject: [PATCH] adding reminder git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/dcscreen.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mac/carbon/dcscreen.cpp b/src/mac/carbon/dcscreen.cpp index 4c985b910f..74af9accb5 100644 --- a/src/mac/carbon/dcscreen.cpp +++ b/src/mac/carbon/dcscreen.cpp @@ -18,6 +18,10 @@ IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxWindowDC) +// TODO : for the Screenshot use case, which doesn't work in Quartz +// we should do a GetAsBitmap using something like +// http://www.cocoabuilder.com/archive/message/cocoa/2005/8/13/144256 + // Create a DC representing the whole screen wxScreenDC::wxScreenDC() {