mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
0250eb3c4f
Michael In SDL_x11modes.c the CalculateXRandRRefreshRate() function performs integer math on values that may return fractional results. This causes a value that would be calculated as 59.99972... to be returned as 59. In Linux the xrandr command returns 60Hz for this particular display mode yet SDL returns 59Hz. I suggest this function be updated to correctly round the result of the calculation instead of truncating the result. |
||
---|---|---|
.. | ||
edid-parse.c | ||
edid.h | ||
imKStoUCS.c | ||
imKStoUCS.h | ||
SDL_x11clipboard.c | ||
SDL_x11clipboard.h | ||
SDL_x11dyn.c | ||
SDL_x11dyn.h | ||
SDL_x11events.c | ||
SDL_x11events.h | ||
SDL_x11framebuffer.c | ||
SDL_x11framebuffer.h | ||
SDL_x11keyboard.c | ||
SDL_x11keyboard.h | ||
SDL_x11messagebox.c | ||
SDL_x11messagebox.h | ||
SDL_x11modes.c | ||
SDL_x11modes.h | ||
SDL_x11mouse.c | ||
SDL_x11mouse.h | ||
SDL_x11opengl.c | ||
SDL_x11opengl.h | ||
SDL_x11opengles.c | ||
SDL_x11opengles.h | ||
SDL_x11shape.c | ||
SDL_x11shape.h | ||
SDL_x11sym.h | ||
SDL_x11touch.c | ||
SDL_x11touch.h | ||
SDL_x11video.c | ||
SDL_x11video.h | ||
SDL_x11window.c | ||
SDL_x11window.h | ||
SDL_x11xinput2.c | ||
SDL_x11xinput2.h |