Updated error codes to better reflect multi-API support.

This commit is contained in:
Camilla Berglund
2012-11-23 12:00:49 +01:00
parent 1e9383d039
commit 06c191feea
5 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -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