summaryrefslogtreecommitdiff
path: root/progs/demos/multiarb.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/demos/multiarb.c')
-rw-r--r--progs/demos/multiarb.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/progs/demos/multiarb.c b/progs/demos/multiarb.c
index 6650f28c3e..18d6c01a72 100644
--- a/progs/demos/multiarb.c
+++ b/progs/demos/multiarb.c
@@ -1,4 +1,4 @@
-/* $Id: multiarb.c,v 1.5 2000/02/02 17:31:45 brianp Exp $ */
+/* $Id: multiarb.c,v 1.6 2000/05/23 23:21:00 brianp Exp $ */
/*
* GL_ARB_multitexture demo
@@ -12,6 +12,9 @@
/*
* $Log: multiarb.c,v $
+ * Revision 1.6 2000/05/23 23:21:00 brianp
+ * set default window pos
+ *
* Revision 1.5 2000/02/02 17:31:45 brianp
* changed > to >=
*
@@ -319,6 +322,7 @@ int main( int argc, char *argv[] )
{
glutInit( &argc, argv );
glutInitWindowSize( 300, 300 );
+ glutInitWindowPosition( 0, 0 );
glutInitDisplayMode( GLUT_RGB | GLUT_DOUBLE );
glutCreateWindow(argv[0] );