mirror of
https://github.com/glfw/glfw.git
synced 2026-08-29 11:14:15 +02:00
Fixed warnings on VC++.
This commit is contained in:
@@ -228,7 +228,7 @@ void _glfwDestroyMonitors(void)
|
||||
const GLFWvidmode* _glfwChooseVideoMode(_GLFWmonitor* monitor,
|
||||
const GLFWvidmode* desired)
|
||||
{
|
||||
unsigned int i;
|
||||
int i;
|
||||
unsigned int sizeDiff, leastSizeDiff = UINT_MAX;
|
||||
unsigned int colorDiff, leastColorDiff = UINT_MAX;
|
||||
const GLFWvidmode* current;
|
||||
|
||||
Reference in New Issue
Block a user