diff --git a/src/egl_context.c b/src/egl_context.c index 1fb62d19..7caff10f 100644 --- a/src/egl_context.c +++ b/src/egl_context.c @@ -438,7 +438,7 @@ void _glfwDestroyContext(_GLFWwindow* window) // Analyzes the specified context for possible recreation // int _glfwAnalyzeContext(const _GLFWwindow* window, - const _GLFWwndconfig* wndconfig, + const _GLFWctxconfig* ctxconfig, const _GLFWfbconfig* fbconfig) { #if defined(_GLFW_WIN32) diff --git a/src/egl_platform.h b/src/egl_platform.h index 5bbde0ca..77650fa6 100644 --- a/src/egl_platform.h +++ b/src/egl_platform.h @@ -88,7 +88,7 @@ int _glfwCreateContext(_GLFWwindow* window, const _GLFWfbconfig* fbconfig); void _glfwDestroyContext(_GLFWwindow* window); int _glfwAnalyzeContext(const _GLFWwindow* window, - const _GLFWwndconfig* wndconfig, + const _GLFWctxconfig* ctxconfig, const _GLFWfbconfig* fbconfig); #endif // _egl_platform_h_