// Author: Stefan Csomor
// Modified by:
// Created: 1998-01-01
-// RCS-ID: $Id: glcanvas.cpp 54129 2008-06-11 19:30:52Z SC $
+// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
if ( !attribList[arg++] )
break;
- return false;
+ return nil;
}
data[p++] = NSOpenGLPFASampleBuffers;
if ( !attribList[arg++] )
break;
- return false;
+ return nil;
}
data[p++] = NSOpenGLPFASamples;
if ( !m_glFormat )
return false;
- // m_macIsUserPane = false ;
-
+ // DontCreatePeer();
+
if ( !wxWindow::Create(parent, id, pos, size, style, name) )
return false;