projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7568561
)
bigger window
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 3 Jul 2003 03:11:56 +0000
(
03:11
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 3 Jul 2003 03:11:56 +0000
(
03:11
+0000)
progs/tests/arbnpot.c
patch
|
blob
|
history
diff --git
a/progs/tests/arbnpot.c
b/progs/tests/arbnpot.c
index ad1376885bb270ccb267218fe4606a128beaa757..8107717e271ac173fb91fc6d7dae28aeb852f3f2 100644
(file)
--- 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
, 4
0 );
+ glutInitWindowSize( 40
0, 40
0 );
glutInitDisplayMode( GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH );
glutCreateWindow(argv[0]);
glutReshapeFunc( Reshape );