Revision: 55711
          http://sourceforge.net/p/brlcad/code/55711
Author:   carlmoore
Date:     2013-06-11 20:42:20 +0000 (Tue, 11 Jun 2013)
Log Message:
-----------
Implement -h and -? in fb-bw (removing old -h); and make 1 cosmetic change in 
bw-fb.c

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

Modified: brlcad/trunk/src/fb/bw-fb.c
===================================================================
--- brlcad/trunk/src/fb/bw-fb.c 2013-06-11 20:07:33 UTC (rev 55710)
+++ brlcad/trunk/src/fb/bw-fb.c 2013-06-11 20:42:20 UTC (rev 55711)
@@ -16,7 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this file; see the file named COPYING for more
  * information.
- *
  */
 /** @file bw-fb.c
  *

Modified: brlcad/trunk/src/fb/fb-bw.c
===================================================================
--- brlcad/trunk/src/fb/fb-bw.c 2013-06-11 20:07:33 UTC (rev 55710)
+++ brlcad/trunk/src/fb/fb-bw.c 2013-06-11 20:42:20 UTC (rev 55711)
@@ -58,12 +58,8 @@
 {
     int c;
 
-    while ((c = bu_getopt(argc, argv, "hiF:X:Y:s:w:n:")) != -1) {
+    while ((c = bu_getopt(argc, argv, "iF:X:Y:s:w:n:h?")) != -1) {
        switch (c) {
-           case 'h':
-               /* high-res */
-               height = width = 1024;
-               break;
            case 'i':
                inverse = 1;
                break;
@@ -122,8 +118,7 @@
     int x, y;
     int xin, yin;              /* number of sceen output lines */
 
-    char usage[] = "\
-Usage: fb-bw [-h -i] [-F framebuffer]\n\
+    char usage[] = "Usage: fb-bw [-i] [-F framebuffer]\n\
        [-X scr_xoff] [-Y scr_yoff]\n\
        [-s squaresize] [-w width] [-n height] [file.bw]\n";
 

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

Reply via email to