Fixing Creation of wxGLCanvas on iOS
This commit is contained in:
@@ -158,6 +158,15 @@ public:
|
||||
// implementation-only from now on
|
||||
|
||||
protected:
|
||||
#if wxOSX_USE_IPHONE
|
||||
bool DoCreate(wxWindow *parent,
|
||||
wxWindowID id,
|
||||
const wxPoint& pos,
|
||||
const wxSize& size,
|
||||
long style,
|
||||
const wxString& name);
|
||||
|
||||
#endif
|
||||
WXGLPixelFormat m_glFormat;
|
||||
wxGLAttributes m_GLAttrs;
|
||||
|
||||
|
Reference in New Issue
Block a user