diff options
Diffstat (limited to 'progs/demos/gloss.c')
-rw-r--r-- | progs/demos/gloss.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); |