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.33 by greg, Wed Nov 21 16:42:03 2007 UTC vs.
Revision 2.34 by greg, Thu Aug 21 07:05:59 2008 UTC

# Line 206 | Line 206 | x11_init(              /* initialize driver */
206                  x11_driver.comin = x11_comin;
207                  x11_driver.comout = x11_comout;
208                  erract[COMMAND].pf = x11_comout;
209 +                /*                      doesn't work with raypcalls.c
210                  if (erract[WARNING].pf != NULL)
211                          erract[WARNING].pf = x11_errout;
212 +                */
213                  inpcheck = IC_X11;
214          } else {
215                  x11_driver.comin = std_comin;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines