diff --git a/src/Magnum/Platform/GlfwApplication.cpp b/src/Magnum/Platform/GlfwApplication.cpp index 178064b58..008d09a77 100644 --- a/src/Magnum/Platform/GlfwApplication.cpp +++ b/src/Magnum/Platform/GlfwApplication.cpp @@ -256,7 +256,7 @@ bool GlfwApplication::tryCreate(const Configuration& configuration) { #ifdef GLFW_NO_API /* Disable implicit GL context creation */ - glfwWindowHint(GLFW_CONTEXT_CREATION_API, GLFW_NO_API); + glfwWindowHint(GLFW_CLIENT_API, GLFW_NO_API); #endif /* Create the window */