Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WindowSizeCallback()
should not try to handle DPI since already man…
…aged by GLFW (#4143) If `FLAG_WINDOW_HIGHDPI` is set, `InitPlatform()` will aks GLFW to handle resize window content area based on the monitor content scale using : ` glfwWindowHint(GLFW_SCALE_TO_MONITOR, GLFW_TRUE); ` So `WindowSizeCallback()` does not have to handle it a second time.
- Loading branch information