adding support for iphone
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
|||||||
// Implementation
|
// Implementation
|
||||||
WXHMETAFILE GetHMETAFILE() const ;
|
WXHMETAFILE GetHMETAFILE() const ;
|
||||||
void SetHMETAFILE(WXHMETAFILE mf) ;
|
void SetHMETAFILE(WXHMETAFILE mf) ;
|
||||||
#ifndef __LP64__
|
#if wxOSX_USE_COCOA_OR_CARBON && !defined( __LP64__ )
|
||||||
// Since the native metafile format is PDF for Quartz
|
// Since the native metafile format is PDF for Quartz
|
||||||
// we need a call that allows setting PICT content for
|
// we need a call that allows setting PICT content for
|
||||||
// backwards compatibility
|
// backwards compatibility
|
||||||
|
@@ -216,7 +216,7 @@ void wxMetafile::SetHMETAFILE(WXHMETAFILE mf)
|
|||||||
m_refData = new wxMetafileRefData((CFDataRef)mf);
|
m_refData = new wxMetafileRefData((CFDataRef)mf);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __LP64__
|
#if wxOSX_USE_COCOA_OR_CARBON && !defined( __LP64__ )
|
||||||
void wxMetafile::SetPICT(void* pictHandle)
|
void wxMetafile::SetPICT(void* pictHandle)
|
||||||
{
|
{
|
||||||
UnRef();
|
UnRef();
|
||||||
|
Reference in New Issue
Block a user