mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 04:53:50 +00:00
parent
bcb8558189
commit
2539d03747
@ -2193,7 +2193,7 @@ EGLenum _glfwPlatformGetEGLPlatform(void)
|
|||||||
|
|
||||||
EGLNativeDisplayType _glfwPlatformGetEGLNativeDisplay(void)
|
EGLNativeDisplayType _glfwPlatformGetEGLNativeDisplay(void)
|
||||||
{
|
{
|
||||||
return EGL_DEFAULT_DISPLAY;
|
return GetDC(_glfw.win32.helperWindowHandle);
|
||||||
}
|
}
|
||||||
|
|
||||||
EGLNativeWindowType _glfwPlatformGetEGLNativeWindow(_GLFWwindow* window)
|
EGLNativeWindowType _glfwPlatformGetEGLNativeWindow(_GLFWwindow* window)
|
||||||
|
Loading…
Reference in New Issue
Block a user