mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 15:25:50 +00:00
Formatting.
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ void _glfwInputWindowDamage(_GLFWwindow* window)
|
||||
|
||||
void _glfwInputWindowCloseRequest(_GLFWwindow* window)
|
||||
{
|
||||
window->closed = GL_TRUE;
|
||||
window->closed = GL_TRUE;
|
||||
|
||||
if (window->callbacks.close)
|
||||
window->callbacks.close((GLFWwindow*) window);
|
||||
|
||||
Reference in New Issue
Block a user