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.4 by greg, Thu May 25 14:59:05 1989 UTC vs.
Revision 1.5 by greg, Thu May 25 19:33:19 1989 UTC

# Line 117 | Line 117 | char  *name;
117                          BlackPixel, WhitePixel, GXcopy);
118          clientname = name;
119          x_driver.inpready = 0;
120 <        errvec = x_errout;                      /* set error vectors */
121 <        cmdvec = x_comout;
120 >        cmdvec = x_comout;                      /* set error vectors */
121          if (wrnvec != NULL)
122                  wrnvec = x_errout;
123          return(&x_driver);
# Line 128 | Line 127 | char  *name;
127   static
128   x_close()                       /* close our display */
129   {
130 <        errvec = stderr_v;                      /* reset error vectors */
132 <        cmdvec = NULL;
130 >        cmdvec = NULL;                          /* reset error vectors */
131          if (wrnvec != NULL)
132                  wrnvec = stderr_v;
133          if (ourdisplay == NULL)
# Line 227 | Line 225 | char  *out;
225   {
226          if (comline != NULL)
227                  xt_puts(out, comline);
230        XFlush();               /* don't process events! */
228   }
229  
230  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines