// use this in the constructor of the user-derived wxGLApp class to
// determine if an OpenGL rendering context with these attributes
- // is available - returns TRUE if so, FALSE if not.
+ // is available - returns true if so, false if not.
bool InitGLVisual(int *attribList);
private: