commit | eabe7beeaaff94144b22e253211cf7c1b6c87726 | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keith@tungstengraphics.com> | Wed Jan 28 10:09:59 2004 +0000 |
committer | Keith Whitwell <keith@tungstengraphics.com> | Wed Jan 28 10:09:59 2004 +0000 |
tree | c94f36f6e79dd85fa6aa111252e348bcc342fdc8 | |
parent | 469d1b0f221d93a296b1e67f1c97d8e850780c60 [diff] [blame] |
add glutInitWindowPosition calls
diff --git a/progs/demos/tessdemo.c b/progs/demos/tessdemo.c index 66fdc63..26403ee 100644 --- a/progs/demos/tessdemo.c +++ b/progs/demos/tessdemo.c
@@ -505,6 +505,7 @@ glutInit( &argc, argv ); glutInitDisplayMode( GLUT_SINGLE | GLUT_RGB ); + glutInitWindowPosition(0, 0); glutInitWindowSize( 400, 400 ); glutCreateWindow( argv[0] );