mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 08:23:13 +00:00
+1
-1
@@ -2193,7 +2193,7 @@ EGLenum _glfwPlatformGetEGLPlatform(void)
|
||||
|
||||
EGLNativeDisplayType _glfwPlatformGetEGLNativeDisplay(void)
|
||||
{
|
||||
return EGL_DEFAULT_DISPLAY;
|
||||
return GetDC(_glfw.win32.helperWindowHandle);
|
||||
}
|
||||
|
||||
EGLNativeWindowType _glfwPlatformGetEGLNativeWindow(_GLFWwindow* window)
|
||||
|
||||
Reference in New Issue
Block a user