Made the pointer-ness of object handles explicit.

This commit is contained in:
Camilla Berglund
2013-01-05 21:13:28 +01:00
parent fc79e0a3a8
commit 9af960e2dd
32 changed files with 246 additions and 245 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ int main(void)
{
int i;
GLboolean running = GL_TRUE;
GLFWwindow windows[4];
GLFWwindow* windows[4];
glfwSetErrorCallback(error_callback);