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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/renormal.c b/progs/demos/renormal.c
index 284dffdb27..4fc19578cd 100644
--- a/progs/demos/renormal.c
+++ b/progs/demos/renormal.c
@@ -107,6 +107,7 @@ key(unsigned char k, int x, int y)
int main( int argc, char *argv[] )
{
glutInit( &argc, argv );
+ glutInitWindowPosition(0, 0);
glutInitWindowSize( 400, 400 );
glutInitDisplayMode( GLUT_RGB | GLUT_DOUBLE );