Merge branch 'mesa_7_7_branch'
[mesa.git] / progs / demos / textures.c
index 31e1bbb3db0631b91fc340c0fbfc199a663c7862..1415ef1c43cfb5b05b4e85d0b28a5190e45c4986 100644 (file)
@@ -356,9 +356,8 @@ Usage(void)
 int
 main(int argc, char *argv[])
 {
-   glutInit(&argc, argv);
-   glutInitWindowPosition(0, 0);
    glutInitWindowSize(700, 700);
+   glutInit(&argc, argv);
    glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH);
    Win = glutCreateWindow(argv[0]);
    glutReshapeFunc(Reshape);