Revision: 55721
http://sourceforge.net/p/brlcad/code/55721
Author: carlmoore
Date: 2013-06-12 16:38:13 +0000 (Wed, 12 Jun 2013)
Log Message:
-----------
implement h and ?, removing old h (high-res)
Modified Paths:
--------------
brlcad/trunk/src/fb/fb-pix.c
Modified: brlcad/trunk/src/fb/fb-pix.c
===================================================================
--- brlcad/trunk/src/fb/fb-pix.c 2013-06-12 14:53:00 UTC (rev 55720)
+++ brlcad/trunk/src/fb/fb-pix.c 2013-06-12 16:38:13 UTC (rev 55721)
@@ -61,15 +61,11 @@
{
int c;
- while ((c = bu_getopt(argc, argv, "chiF:s:w:n:")) != -1) {
+ while ((c = bu_getopt(argc, argv, "ciF:s:w:n:h?")) != -1) {
switch (c) {
case 'c':
crunch = 1;
break;
- case 'h':
- /* high-res */
- screen_height = screen_width = 1024;
- break;
case 'i':
inverse = 1;
break;
@@ -127,7 +123,7 @@
ColorMap cmap; /* libfb color map */
char usage[] = "\
-Usage: fb-pix [-h -i -c] [-F framebuffer]\n\
+Usage: fb-pix [-i -c] [-F framebuffer]\n\
[-s squaresize] [-w width] [-n height] [file.pix]\n";
screen_height = screen_width = 512; /* Defaults */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits