ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/noX11.help
(Generate patch)

Comparing ray/noX11.help (file contents):
Revision 1.1 by greg, Sat Mar 15 17:55:48 2003 UTC vs.
Revision 1.2 by greg, Fri Apr 6 17:52:33 2018 UTC

# Line 28 | Line 28 | src/rt subdirectory:
28   > DLIBS =
29  
30   ============= rt/devtable.c =============
31 < 15c15
32 < < char  dev_default[] = "x11";
33 < ---
34 < > char  dev_default[] = "sun";          /* or "news" for SGI */
35 < 17,18d16
36 < < extern struct driver  *x11_init();
37 < <
38 < 23c21
39 < <       {"x11", "X11 color or greyscale display", x11_init},
40 < ---
41 < >       {"x11", "X11 color or greyscale display", comm_init},
31 > 11i
32 > > #define X11 0
33  
34   These changes may be applied to the Rmakefile's in the src/util and
35   src/px subdirectories for cleaner compilation:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines