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/spriteblast.c b/progs/demos/spriteblast.c index c604536..f1eee69 100644 --- a/progs/demos/spriteblast.c +++ b/progs/demos/spriteblast.c
@@ -463,6 +463,7 @@ linearFiltering = 0; } } + glutInitWindowPosition(0, 0); glutInitWindowSize(600,300); glutCreateWindow("sprite blast"); glutReshapeFunc(reshape);