Fixing Creation of wxGLCanvas on iOS

This commit is contained in:
Stefan Csomor
2017-09-25 17:42:11 +02:00
parent 9e88518eb2
commit 3063ea6ca9
3 changed files with 22 additions and 7 deletions

View File

@@ -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;