Revision: 55703
          http://sourceforge.net/p/brlcad/code/55703
Author:   carlmoore
Date:     2013-06-10 18:32:37 +0000 (Mon, 10 Jun 2013)
Log Message:
-----------
remove h for high-res; implement h,? for help

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

Modified: brlcad/trunk/src/fb/pix-fb.c
===================================================================
--- brlcad/trunk/src/fb/pix-fb.c        2013-06-10 18:14:43 UTC (rev 55702)
+++ brlcad/trunk/src/fb/pix-fb.c        2013-06-10 18:32:37 UTC (rev 55703)
@@ -71,7 +71,7 @@
                                   closing the FB and exiting */
 
 static char usage[] = "\
-Usage: pix-fb [-a -h -i -c -z -1] [-m #lines] [-F framebuffer]\n\
+Usage: pix-fb [-a -i -c -z -1] [-m #lines] [-F framebuffer]\n\
        [-s squarefilesize] [-w file_width] [-n file_height]\n\
        [-x file_xoff] [-y file_yoff] [-X scr_xoff] [-Y scr_yoff]\n\
        [-S squarescrsize] [-W scr_width] [-N scr_height] [-p seconds]\n\
@@ -82,7 +82,7 @@
 {
     int c;
 
-    while ((c = bu_getopt(argc, argv, "1m:ahiczF:p:s:w:n:x:y:X:Y:S:W:N:")) != 
-1) {
+    while ((c = bu_getopt(argc, argv, "1m:aiczF:p:s:w:n:x:y:X:Y:S:W:N:h?")) != 
-1) {
        switch (c) {
            case '1':
                one_line_only = 1;
@@ -93,12 +93,6 @@
            case 'a':
                autosize = 1;
                break;
-           case 'h':
-               /* high-res */
-               file_height = file_width = 1024;
-               scr_height = scr_width = 1024;
-               autosize = 0;
-               break;
            case 'i':
                inverse = 1;
                break;

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