diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-04 15:56:30 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-04 15:56:30 -0600 |
commit | c5342ad0d08b5ee845b5678cb8634c98d5ac95b0 (patch) | |
tree | 1f38ebb0a508edd11d21d09b205cd26fa75b5a6d /progs | |
parent | 028fd5594cd6becfdfc0820b1083729c6033e363 (diff) |
remove references to incorrect -winwidth/-winheight, replace with -geometry
Diffstat (limited to 'progs')
-rw-r--r-- | progs/xdemos/glxgears.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/progs/xdemos/glxgears.c b/progs/xdemos/glxgears.c index ec431c16f0..af970dcdc2 100644 --- 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"); } |