mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
Updated error codes to better reflect multi-API support.
This commit is contained in:
+1
-1
@@ -666,7 +666,7 @@ extern "C" {
|
||||
/*! @brief GLFW could not find support for the requested client API on the
|
||||
* system.
|
||||
*/
|
||||
#define GLFW_OPENGL_UNAVAILABLE 0x00070006
|
||||
#define GLFW_API_UNAVAILABLE 0x00070006
|
||||
/*! @brief The requested OpenGL or GLES version is not available.
|
||||
*/
|
||||
#define GLFW_VERSION_UNAVAILABLE 0x00070007
|
||||
|
||||
Reference in New Issue
Block a user