summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorSuperUserNameMan <[email protected]>2024-07-09 09:23:14 +0200
committerGitHub <[email protected]>2024-07-09 09:23:14 +0200
commit174313acbfa74d2a45fc0207f47ab00fbdb06050 (patch)
treefa1bb5650360ca0a8918e4ba419e7319a5cb3467 /src/raylib.h
parentfa03246d0e6e4911cb9513065f07ed2014430b05 (diff)
downloadraylib-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/raylib.h')
0 files changed, 0 insertions, 0 deletions