implement declared but not defined ctor not taking wxGLContext
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,6 +28,14 @@ BEGIN_EVENT_TABLE(wxGLCanvas, wxWindow)
|
|||||||
END_EVENT_TABLE()
|
END_EVENT_TABLE()
|
||||||
// WX_IMPLEMENT_COCOA_OWNER(wxGLCanvas,NSOpenGLView,NSView,NSView)
|
// WX_IMPLEMENT_COCOA_OWNER(wxGLCanvas,NSOpenGLView,NSView,NSView)
|
||||||
|
|
||||||
|
wxGLCanvas::wxGLCanvas(wxWindow *parent,
|
||||||
|
wxWindowID winid, const wxPoint& pos, const wxSize& size,
|
||||||
|
long style, const wxString& name,
|
||||||
|
int *attribList, const wxPalette& palette)
|
||||||
|
{
|
||||||
|
Create(parent,winid,pos,size,style,name);
|
||||||
|
}
|
||||||
|
|
||||||
wxGLCanvas::wxGLCanvas(wxWindow *parent,
|
wxGLCanvas::wxGLCanvas(wxWindow *parent,
|
||||||
const wxGLContext *shared,
|
const wxGLContext *shared,
|
||||||
wxWindowID winid, const wxPoint& pos, const wxSize& size,
|
wxWindowID winid, const wxPoint& pos, const wxSize& size,
|
||||||
|
Reference in New Issue
Block a user