diff options
| author | SuperUserNameMan <[email protected]> | 2024-07-09 09:23:14 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-09 09:23:14 +0200 |
| commit | 174313acbfa74d2a45fc0207f47ab00fbdb06050 (patch) | |
| tree | fa1bb5650360ca0a8918e4ba419e7319a5cb3467 /src/rcore.c | |
| parent | fa03246d0e6e4911cb9513065f07ed2014430b05 (diff) | |
| download | raylib-174313acbfa74d2a45fc0207f47ab00fbdb06050.tar.gz raylib-174313acbfa74d2a45fc0207f47ab00fbdb06050.zip | |
`WindowSizeCallback()` should not try to handle DPI since already managed 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.
Diffstat (limited to 'src/rcore.c')
0 files changed, 0 insertions, 0 deletions
