projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90fbef4
)
set default window pos
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 23 May 2000 23:21:00 +0000
(23:21 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 23 May 2000 23:21:00 +0000
(23:21 +0000)
progs/demos/multiarb.c
patch
|
blob
|
history
diff --git
a/progs/demos/multiarb.c
b/progs/demos/multiarb.c
index 6650f28c3e9fe0e2cb13ae9ed2d1f7a34cae0803..18d6c01a7237bb590b1611e9043a344733b16c00 100644
(file)
--- 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] );