[NSNumber numberWithBool:NO], kEAGLDrawablePropertyRetainedBacking,
kEAGLColorFormatRGBA8, kEAGLDrawablePropertyColorFormat, nil];
- m_peer = new wxWidgetIPhoneImpl( this, v );
+ SetPeer(new wxWidgetIPhoneImpl( this, v ));
MacPostControlCreate(pos, size) ;
#endif
WXGLContext context = WXGLGetCurrentContext();
wxCHECK_MSG(context, false, wxT("should have current context"));
- wxUICustomOpenGLView* v = (wxUICustomOpenGLView*) m_peer->GetWXWidget();
+ wxUICustomOpenGLView* v = (wxUICustomOpenGLView*) GetPeer()->GetWXWidget();
[v swapBuffers];
return true;
}
}
m_macToolbar = toolbar;
- m_peer = new wxWidgetIPhoneImpl( this, toolbar );
+ SetPeer(new wxWidgetIPhoneImpl( this, toolbar ));
MacPostControlCreate(pos, size) ;
}