Renamed GLFW_WINDOW to GLFW_WINDOWED.

This commit is contained in:
Camilla Berglund
2010-09-10 13:24:19 +02:00
parent 059b2b55c0
commit 484a2714fc
18 changed files with 19 additions and 18 deletions

View File

@@ -332,7 +332,7 @@ int main(int argc, char* argv[])
/* Desired window properties */
width = 640;
height = 480;
mode = GLFW_WINDOW;
mode = GLFW_WINDOWED;
glfwOpenWindowHint(GLFW_DEPTH_BITS, 16);