Revision: 55591
          http://sourceforge.net/p/brlcad/code/55591
Author:   carlmoore
Date:     2013-05-29 19:31:42 +0000 (Wed, 29 May 2013)
Log Message:
-----------
h and ? provided for help; use '-S 1024' for high-res)

Modified Paths:
--------------
    brlcad/trunk/src/fb/cell-fb.c

Modified: brlcad/trunk/src/fb/cell-fb.c
===================================================================
--- brlcad/trunk/src/fb/cell-fb.c       2013-05-29 19:18:19 UTC (rev 55590)
+++ brlcad/trunk/src/fb/cell-fb.c       2013-05-29 19:31:42 UTC (rev 55591)
@@ -41,7 +41,7 @@
 #define MAX_COLORTBL 11
 #define WHITE colortbl[0]
 #define BACKGROUND colortbl[MAX_COLORTBL]
-#define OPT_STRING "CM:F:N:S:W:X:a:b:c:d:ef:ghikl:m:p:s:v:x:?"
+#define OPT_STRING "CM:F:N:S:W:X:a:b:c:d:ef:gikl:m:p:s:v:x:h?"
 #define BLEND_USING_HSV 1
 
 #define STATE_VIEW_TOP 0
@@ -142,7 +142,6 @@
     " -e                Erase frame buffer before displaying picture",
     " -f n              Display field `n' of cell data",
     " -g                Leave space between cells",
-    " -h                Use high-resolution frame buffer (sames as -S 1024)",
     " -i                Round values (default is to interpolate colors)",
     " -k                Display color key",
     " -l \"a e\"          Write log information to stdout",
@@ -744,9 +743,6 @@
            case 'g':
                grid_flag = 1;
                break;
-           case 'h':
-               fb_height = fb_width = HIRES;
-               break;
            case 'i':
                interp_flag = 0;
                break;
@@ -818,7 +814,7 @@
                    return 0;
                }
                break;
-           case '?':
+           default:
                return 0;
        }
     }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to