mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Renamed GLFW_WINDOW to GLFW_WINDOWED.
This commit is contained in:
@@ -460,7 +460,7 @@ int main( void )
|
||||
glfwOpenWindowHint(GLFW_DEPTH_BITS, 16);
|
||||
|
||||
// Open OpenGL window
|
||||
window = glfwOpenWindow( 500, 500, GLFW_WINDOW );
|
||||
window = glfwOpenWindow( 500, 500, GLFW_WINDOWED );
|
||||
if (!window)
|
||||
{
|
||||
fprintf( stderr, "Failed to open GLFW window\n" );
|
||||
|
||||
Reference in New Issue
Block a user