- inline wxGLCanvas() {
- m_glContext = (wxGLContext*) NULL;
- m_sharedContext = (wxGLContext*) NULL;
- m_glWidget = (GtkWidget*) NULL;
- m_vi = (void*) NULL;
- m_exposed = FALSE;
- }
+ // This ctor is identical to the next, except for the fact that it
+ // doesn't create an implicit wxGLContext.
+ // The attribList parameter has been moved to avoid overload clashes.
+ wxGLCanvas( wxWindow *parent, wxWindowID id = -1,
+ int *attribList = (int*) NULL,
+ const wxPoint& pos = wxDefaultPosition,
+ const wxSize& size = wxDefaultSize,
+ long style = 0, const wxString& name = wxGLCanvasName,
+ const wxPalette& palette = wxNullPalette );
+