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

Comparing ray/src/rt/x11.c (file contents):
Revision 2.12 by greg, Fri Jun 4 14:48:52 1993 UTC vs.
Revision 2.14 by greg, Mon Nov 22 11:33:02 1993 UTC

# Line 78 | Line 78 | static struct driver  x11_driver = {
78          x11_comout, x11_comin, x11_flush, 1.0
79   };
80  
81 < static int  getpixels(), xnewcolr(), freepixels(),
82 <                getevent(), getkey(), fixwindow();
81 > static int  getpixels(), xnewcolr(), freepixels(), resizewindow(),
82 >                getevent(), getkey(), fixwindow(), x11_getc();
83   static unsigned long  true_pixel();
84  
85  
# Line 125 | Line 125 | char  *name, *id;
125                  ourwhite = WhitePixel(ourdisplay,ourscreen);
126          }
127                                          /* set gamma */
128 <        if ((gv = getenv("GAMMA")) != NULL)
128 >        if ((gv = XGetDefault(ourdisplay, "radiance", "gamma")) != NULL
129 >                        || (gv = getenv("GAMMA")) != NULL)
130                  make_gmap(atof(gv));
131          else
132                  make_gmap(GAMMA);
# Line 270 | Line 271 | static
271   x11_comin(inp, prompt)          /* read in a command line */
272   char  *inp, *prompt;
273   {
273        extern int  x11_getc();
274
274          if (prompt != NULL)
275                  if (fromcombuf(inp, &x11_driver))
276                          return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines