glutInitWindowPosition
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 16 Feb 2004 14:45:56 +0000 (14:45 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 16 Feb 2004 14:45:56 +0000 (14:45 +0000)
progs/demos/pointblast.c

index 72e51bc..14e9cf3 100644 (file)
@@ -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])) {