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

Comparing ray/src/rt/x10.c (file contents):
Revision 1.25 by greg, Thu Feb 22 11:46:20 1990 UTC vs.
Revision 1.26 by greg, Fri Feb 23 08:55:18 1990 UTC

# Line 29 | Line 29 | static char SCCSid[] = "$SunId$ LBL";
29   #define BORWIDTH        5               /* border width */
30   #define COMHEIGHT       (COMLH*COMCH)   /* command line height (pixels) */
31   #define MINWIDTH        (32*COMCW)      /* minimum graphics window width */
32 < #define MINHEIGHT       64              /* minimum graphics window height */
32 > #define MINHEIGHT       MINWIDTH                /* minimum graphics window height */
33  
34   #define COMFN           "8x13"          /* command line font name */
35   #define COMLH           3               /* number of command lines */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines