Add glfwGetMonitorWorkarea

From upstream: be295ccbea
This commit is contained in:
Kovid Goyal
2019-03-06 08:47:01 +05:30
parent db16996181
commit 0899019518
8 changed files with 86 additions and 0 deletions

4
glfw/null_monitor.c vendored
View File

@@ -49,6 +49,10 @@ void _glfwPlatformGetMonitorContentScale(_GLFWmonitor* monitor,
*yscale = 1.f;
}
void _glfwPlatformGetMonitorWorkarea(_GLFWmonitor* monitor, int* xpos, int* ypos, int *width, int *height)
{
}
GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* found)
{
return NULL;