From b464dee72be7a2d00755a60ef5bcfde1262934d3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 3 Jul 2003 03:11:56 +0000 Subject: bigger window --- progs/tests/arbnpot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'progs/tests/arbnpot.c') diff --git a/progs/tests/arbnpot.c b/progs/tests/arbnpot.c index ad1376885b..8107717e27 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 ); -- cgit v1.2.3