- wxScrolledWindow::Create( parent, id, pos, size, style, name );
+
+ return aglChoosePixelFormat(NULL, 0, attribs);
+}
+
+bool wxGLCanvas::Create(wxWindow *parent, const wxGLContext *shared, wxWindowID id,
+ const wxPoint& pos, const wxSize& size, long style, const wxString& name,
+ int *attribList, const wxPalette& palette)
+{
+ m_macEraseOnRedraw = false ;
+ wxWindow::Create( parent, id, pos, size, style, name );