wxChoiceDialog fix.
Distribution and build things. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -217,9 +217,12 @@ bool wxGLCanvas::Create( wxWindow *parent,
|
||||
int data[] = { GLX_RGBA,
|
||||
GLX_DOUBLEBUFFER,
|
||||
GLX_DEPTH_SIZE, 1, /* use largest available depth buffer */
|
||||
GLX_RED_SIZE, 1,
|
||||
GLX_GREEN_SIZE, 1,
|
||||
GLX_BLUE_SIZE, 1,
|
||||
GLX_ALPHA_SIZE, 1,
|
||||
None };
|
||||
attribList = (int*) data;
|
||||
printf( "using default values\n" );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user