From 469d1b0f221d93a296b1e67f1c97d8e850780c60 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 28 Jan 2004 10:07:48 +0000 Subject: Add glutInitWindowPosition call --- progs/demos/gloss.c | 1 + 1 file changed, 1 insertion(+) (limited to 'progs/demos/gloss.c') diff --git a/progs/demos/gloss.c b/progs/demos/gloss.c index 8e3d6ca242..164562377b 100644 --- a/progs/demos/gloss.c +++ b/progs/demos/gloss.c @@ -355,6 +355,7 @@ static void Init( int argc, char *argv[] ) int main( int argc, char *argv[] ) { glutInit( &argc, argv ); + glutInitWindowPosition(0, 0); glutInitWindowSize( 500, 500 ); glutInitDisplayMode( GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH ); -- cgit v1.2.3