projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45f4c5e
)
glutInitWindowPosition
author
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 16 Feb 2004 14:45:56 +0000
(14:45 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 16 Feb 2004 14:45:56 +0000
(14:45 +0000)
progs/demos/pointblast.c
patch
|
blob
|
history
diff --git
a/progs/demos/pointblast.c
b/progs/demos/pointblast.c
index 72e51bccaecc1171741297b290a74baef3946574..14e9cf359fb3cecabc892a2150dc6ec4bd69369f 100644
(file)
--- a/
progs/demos/pointblast.c
+++ b/
progs/demos/pointblast.c
@@
-423,6
+423,8
@@
main(int argc, char **argv)
int i;
glutInit(&argc, argv);
glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH | GLUT_MULTISAMPLE);
+ glutInitWindowPosition(0, 0);
+ glutInitWindowSize(300, 300);
for (i=1; i<argc; i++) {
if(!strcmp("-noms", argv[i])) {