commit | 7b5199e8a44dc478f8800950422efe94fa364de4 | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keith@tungstengraphics.com> | Mon Feb 16 14:45:56 2004 +0000 |
committer | Keith Whitwell <keith@tungstengraphics.com> | Mon Feb 16 14:45:56 2004 +0000 |
tree | bcc25a4b9c727bc75081864acb107d9d9a04416e | |
parent | 45f4c5ec3bf30d421dba1ffbffa97f5c4a14e942 [diff] [blame] |
glutInitWindowPosition
diff --git a/progs/demos/pointblast.c b/progs/demos/pointblast.c index 72e51bc..14e9cf3 100644 --- a/progs/demos/pointblast.c +++ b/progs/demos/pointblast.c
@@ -423,6 +423,8 @@ 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])) {