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

4
glfw/x11_monitor.c vendored
View File

@@ -308,6 +308,10 @@ void _glfwRestoreVideoModeX11(_GLFWmonitor* monitor)
////// GLFW platform API //////
//////////////////////////////////////////////////////////////////////////
void _glfwPlatformFreeMonitor(_GLFWmonitor* monitor)
{
}
void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos)
{
if (_glfw.x11.randr.available && !_glfw.x11.randr.monitorBroken)