x11/gl: Set the correct minor version
The major version is set twice. https://bugzilla.gnome.org/show_bug.cgi?id=741954
This commit is contained in:
		| @ -742,7 +742,7 @@ create_gl3_context (GdkDisplay   *display, | ||||
|   static const int attrib_list[] = { | ||||
|     GLX_CONTEXT_PROFILE_MASK_ARB,  GLX_CONTEXT_CORE_PROFILE_BIT_ARB, | ||||
|     GLX_CONTEXT_MAJOR_VERSION_ARB, 3, | ||||
|     GLX_CONTEXT_MAJOR_VERSION_ARB, 2, | ||||
|     GLX_CONTEXT_MINOR_VERSION_ARB, 2, | ||||
|     None, | ||||
|   }; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Emmanuele Bassi
					Emmanuele Bassi