From b464dee72be7a2d00755a60ef5bcfde1262934d3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 3 Jul 2003 03:11:56 +0000 Subject: [PATCH] bigger window --- progs/tests/arbnpot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs/tests/arbnpot.c b/progs/tests/arbnpot.c index ad1376885bb..8107717e271 100644 --- a/progs/tests/arbnpot.c +++ b/progs/tests/arbnpot.c @@ -162,7 +162,7 @@ int main( int argc, char *argv[] ) { glutInit( &argc, argv ); glutInitWindowPosition( 0, 0 ); - glutInitWindowSize( 40, 40 ); + glutInitWindowSize( 400, 400 ); glutInitDisplayMode( GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH ); glutCreateWindow(argv[0]); glutReshapeFunc( Reshape ); -- 2.30.2