projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
028fd55
)
remove references to incorrect -winwidth/-winheight, replace with -geometry
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 4 Jun 2008 21:56:30 +0000
(15:56 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 4 Jun 2008 21:56:30 +0000
(15:56 -0600)
progs/xdemos/glxgears.c
patch
|
blob
|
history
diff --git
a/progs/xdemos/glxgears.c
b/progs/xdemos/glxgears.c
index ec431c16f008003900c7c71e95300d8abcbf7a9b..af970dcdc27506fc851a2ad2bee92ad22babc907 100644
(file)
--- a/
progs/xdemos/glxgears.c
+++ b/
progs/xdemos/glxgears.c
@@
-548,8
+548,7
@@
usage(void)
printf(" -stereo run in stereo mode\n");
printf(" -fullscreen run in fullscreen mode\n");
printf(" -info display OpenGL renderer info\n");
- printf(" -winwidth <width> window width (default: 300)\n");
- printf(" -winheight <height> window height (default: 300)\n");
+ printf(" -geometry WxH+X+Y window geometry\n");
}