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

Comparing ray/src/px/psign.c (file contents):
Revision 2.11 by greg, Wed Jul 8 13:58:10 1992 UTC vs.
Revision 2.12 by greg, Tue Sep 8 10:35:08 1992 UTC

# Line 16 | Line 16 | static char SCCSid[] = "$SunId$ LBL";
16  
17   #include  "font.h"
18  
19 + #include  "paths.h"
20 +
21   #ifndef  SSS
22   #define  SSS                    3       /* super-sample size */
23   #endif
24  
25   #define  MAXLINE                512     /* longest allowable line */
26  
25 #ifndef  DEFPATH
26 #define  DEFPATH                ":/usr/local/lib/ray"
27 #endif
28 #ifndef  ULIBVAR
29 #define  ULIBVAR                "RAYPATH"
30 #endif
31
27   char  *fontfile = "helvet.fnt";         /* our font file */
28  
29   COLOR  bgcolor = WHTCOLOR;              /* background color */
# Line 64 | Line 59 | typedef struct line {
59   LINE  *ourtext;                         /* our text */
60   int  nlines, maxline;                   /* text dimensions */
61   int  maxwidth;                          /* maximum line width (dvi) */
67
68 extern char  *getenv();
62  
63  
64   main(argc, argv)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines