diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index 2271fc3f..1f52e742 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -433,6 +433,7 @@ extern "C" { #define GLFW_OPENGL_LOSE_CONTEXT_ON_RESET 0x00000002 /* GLFW_OPENGL_PROFILE bit tokens */ +#define GLFW_OPENGL_NO_PROFILE 0x00000000 #define GLFW_OPENGL_CORE_PROFILE 0x00000001 #define GLFW_OPENGL_COMPAT_PROFILE 0x00000002 #define GLFW_OPENGL_ES2_PROFILE 0x00000004