ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rview.c
(Generate patch)

Comparing ray/src/rt/rview.c (file contents):
Revision 2.26 by greg, Fri Nov 5 17:36:56 2004 UTC vs.
Revision 2.27 by greg, Fri Jan 21 00:52:59 2005 UTC

# Line 215 | Line 215 | again:
215          else *++args = '\0';
216          
217          switch (inpbuf[0]) {
218 <        case 'f':                               /* new frame (or free mem.) */
218 >        case 'f':                               /* new frame (|focus|free) */
219                  if (badcom("frame")) {
220 <                        if (badcom("free"))
221 <                                goto commerr;
222 <                        free_objmem();
220 >                        if (badcom("focus")) {
221 >                                if (badcom("free"))
222 >                                        goto commerr;
223 >                                free_objmem();
224 >                                break;
225 >                        }
226 >                        getfocus(args);
227                          break;
228                  }
229                  getframe(args);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines