Reduce the difference of glfw to upstream

This commit is contained in:
Luflosi
2019-07-18 20:21:07 +02:00
parent 14fb7c3201
commit b8d2b76ee4
3 changed files with 10 additions and 14 deletions

2
glfw/window.c vendored
View File

@@ -183,7 +183,6 @@ void _glfwInputWindowMonitor(_GLFWwindow* window, _GLFWmonitor* monitor)
window->monitor = monitor;
}
//////////////////////////////////////////////////////////////////////////
////// GLFW public API //////
//////////////////////////////////////////////////////////////////////////
@@ -1167,6 +1166,5 @@ GLFWAPI GLFWwindowcontentscalefun glfwSetWindowContentScaleCallback(GLFWwindow*
GLFWAPI void glfwPostEmptyEvent(void)
{
_GLFW_REQUIRE_INIT();
_glfwPlatformPostEmptyEvent();
}