commit | 1be1636326e485fd39e507e862159e74e2d2bc02 | [log] [tgz] |
---|---|---|
author | Camilla Berglund <elmindreda@elmindreda.org> | Thu Sep 27 21:37:36 2012 +0200 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Thu Sep 27 21:38:35 2012 +0200 |
tree | 61d3edbe1b3759108d627939704c66514ea54026 | |
parent | 7aaeb6955bebc5cd601f6fc162225c57be2f03a8 [diff] [blame] |
Begun integrating monitor and window.
diff --git a/examples/boing.c b/examples/boing.c index a2094c5..8dc6ac9 100644 --- a/examples/boing.c +++ b/examples/boing.c
@@ -581,7 +581,7 @@ glfwWindowHint(GLFW_DEPTH_BITS, 16); - window = glfwCreateWindow( 400, 400, GLFW_WINDOWED, "Boing (classic Amiga demo)", NULL ); + window = glfwCreateWindow( 400, 400, "Boing (classic Amiga demo)", NULL, NULL ); if (!window) { fprintf( stderr, "Failed to open GLFW window\n" );