Formatting.

master
Camilla Berglund ago%!(EXTRA string=12 years)
parent 16e63adc40
commit 7ef7beb9fb
  1. 2
      src/window.c

@ -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);

Loading…
Cancel
Save