diff options
author | Keith Whitwell <[email protected]> | 2004-01-28 10:09:59 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2004-01-28 10:09:59 +0000 |
commit | eabe7beeaaff94144b22e253211cf7c1b6c87726 (patch) | |
tree | c94f36f6e79dd85fa6aa111252e348bcc342fdc8 /progs/demos/spriteblast.c | |
parent | 469d1b0f221d93a296b1e67f1c97d8e850780c60 (diff) |
add glutInitWindowPosition calls
Diffstat (limited to 'progs/demos/spriteblast.c')
-rw-r--r-- | progs/demos/spriteblast.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/spriteblast.c b/progs/demos/spriteblast.c index c604536ab38..f1eee697242 100644 --- a/progs/demos/spriteblast.c +++ b/progs/demos/spriteblast.c @@ -463,6 +463,7 @@ main(int argc, char **argv) linearFiltering = 0; } } + glutInitWindowPosition(0, 0); glutInitWindowSize(600,300); glutCreateWindow("sprite blast"); glutReshapeFunc(reshape); |