From 2c59ab92e0f88a93092bd04c865921edca7b6d9b Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 4 Oct 2007 07:29:24 +0000 Subject: [PATCH] adding PICT support in Quartz - whose native metafile format is PDF git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/metafile.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/mac/carbon/metafile.h b/include/wx/mac/carbon/metafile.h index da46526593..5b46badac4 100644 --- a/include/wx/mac/carbon/metafile.h +++ b/include/wx/mac/carbon/metafile.h @@ -57,6 +57,10 @@ public: // Implementation WXHMETAFILE GetHMETAFILE() const ; void SetHMETAFILE(WXHMETAFILE mf) ; + // Since the native metafile format is PDF for Quartz + // we need a call that allows setting PICT content for + // backwards compatibility + void SetPICT(void* pictHandle) ; }; class WXDLLEXPORT wxMetafileDC: public wxDC