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.15 by greg, Wed Oct 4 09:18:54 1989 UTC vs.
Revision 1.16 by greg, Wed Oct 25 15:37:24 1989 UTC

# Line 78 | Line 78 | static struct driver  x_driver = {
78  
79  
80   struct driver *
81 < x_init(name)                    /* initialize driver */
82 < char  *name;
81 > x_init(name, id)                /* initialize driver */
82 > char  *name, *id;
83   {
84          ourdisplay = XOpenDisplay(NULL);
85          if (ourdisplay == NULL) {
# Line 98 | Line 98 | char  *name;
98                          bcross_bits, bcross_mask_bits,
99                          bcross_x_hot, bcross_y_hot,
100                          BlackPixel, WhitePixel, GXcopy);
101 <        clientname = name;
101 >        clientname = id;
102          x_driver.inpready = 0;
103          cmdvec = x_comout;                      /* set error vectors */
104          if (wrnvec != NULL)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines