summaryrefslogtreecommitdiff
path: root/progs/demos/renormal.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/demos/renormal.c')
-rw-r--r--progs/demos/renormal.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/progs/demos/renormal.c b/progs/demos/renormal.c
index 9e5da95484..61dd860ddb 100644
--- a/progs/demos/renormal.c
+++ b/progs/demos/renormal.c
@@ -112,12 +112,9 @@ key(unsigned char k, int x, int y)
int main( int argc, char *argv[] )
{
- glutInit( &argc, argv );
- glutInitWindowPosition(0, 0);
glutInitWindowSize( 400, 400 );
-
+ glutInit( &argc, argv );
glutInitDisplayMode( GLUT_RGB | GLUT_DOUBLE );
-
glutCreateWindow(argv[0]);
Init();