Formatting

Related to #1322.
This commit is contained in:
Camilla Löwy
2019-02-25 14:01:08 +01:00
parent a726942bfe
commit 0118743333
7 changed files with 32 additions and 19 deletions

View File

@@ -49,7 +49,9 @@ void _glfwPlatformGetMonitorContentScale(_GLFWmonitor* monitor,
*yscale = 1.f;
}
void _glfwPlatformGetMonitorWorkarea(_GLFWmonitor* monitor, int* xpos, int* ypos, int *width, int *height)
void _glfwPlatformGetMonitorWorkarea(_GLFWmonitor* monitor,
int* xpos, int* ypos,
int* width, int* height)
{
}