summaryrefslogtreecommitdiff
path: root/progs/demos/tessdemo.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-01-28 10:09:59 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-01-28 10:09:59 +0000
commiteabe7beeaaff94144b22e253211cf7c1b6c87726 (patch)
treec94f36f6e79dd85fa6aa111252e348bcc342fdc8 /progs/demos/tessdemo.c
parent469d1b0f221d93a296b1e67f1c97d8e850780c60 (diff)
add glutInitWindowPosition calls
Diffstat (limited to 'progs/demos/tessdemo.c')
-rw-r--r--progs/demos/tessdemo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/tessdemo.c b/progs/demos/tessdemo.c
index 66fdc6370c..26403eee0a 100644
--- a/progs/demos/tessdemo.c
+++ b/progs/demos/tessdemo.c
@@ -505,6 +505,7 @@ int main( int argc, char **argv )
glutInit( &argc, argv );
glutInitDisplayMode( GLUT_SINGLE | GLUT_RGB );
+ glutInitWindowPosition(0, 0);
glutInitWindowSize( 400, 400 );
glutCreateWindow( argv[0] );