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