Removed legacy GLFWCALL.

This commit is contained in:
Camilla Berglund
2010-09-08 04:15:36 +02:00
parent 105e927b84
commit c5af4c4324
6 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
#define GL_MULTISAMPLE_ARB 0x809D
#endif
static void GLFWCALL window_size_callback(int width, int height)
static void window_size_callback(int width, int height)
{
glViewport(0, 0, width, height);
}