Fix typos

(cherry picked from commit b66f105f3e)
This commit is contained in:
Luflosi 2020-06-23 16:20:27 +02:00 committed by Camilla Löwy
parent 325b4186d3
commit 1730184971

View File

@ -164,7 +164,7 @@ void _glfwPollMonitorsX11(void)
if (widthMM <= 0 || heightMM <= 0)
{
// HACK: If RandR does not provide a physical size, assume the
// X11 default 96 DPI and calcuate from the CRTC viewport
// X11 default 96 DPI and calculate from the CRTC viewport
// NOTE: These members are affected by rotation, unlike the mode
// info and output info members
widthMM = (int) (ci->width * 25.4f / 96.f);