Update bundled glfw

This commit is contained in:
Kovid Goyal
2018-03-03 11:21:09 +05:30
parent 0dfe101c0f
commit 1edf1524f8
16 changed files with 1156 additions and 451 deletions

View File

@@ -355,6 +355,10 @@ void _glfwRestoreVideoModeNS(_GLFWmonitor* monitor)
////// GLFW platform API //////
//////////////////////////////////////////////////////////////////////////
void _glfwPlatformFreeMonitor(_GLFWmonitor* monitor)
{
}
void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos)
{
const CGRect bounds = CGDisplayBounds(monitor->ns.displayID);