projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a902b6b
)
demos: set init window size, not pos
author
Brian Paul
<brianp@vmware.com>
Thu, 16 Apr 2009 16:28:27 +0000
(10:28 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 17 Apr 2009 04:07:53 +0000
(22:07 -0600)
progs/glsl/linktest.c
patch
|
blob
|
history
diff --git
a/progs/glsl/linktest.c
b/progs/glsl/linktest.c
index 601b24e893e02ee9fd478c356efb475cf841f411..988d0823418069cca94b0f343f6bf0991acdd129 100644
(file)
--- a/
progs/glsl/linktest.c
+++ b/
progs/glsl/linktest.c
@@
-242,7
+242,7
@@
int
main(int argc, char *argv[])
{
glutInit(&argc, argv);
- glutInitWindow
Position( 0,
0);
+ glutInitWindow
Size(300, 30
0);
glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH);
Win = glutCreateWindow(argv[0]);
glutReshapeFunc(Reshape);