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

Comparing ray/src/rt/vga.c (file contents):
Revision 2.2 by greg, Thu Oct 8 16:19:30 1992 UTC vs.
Revision 2.3 by greg, Tue Oct 13 17:42:22 1992 UTC

# Line 39 | Line 39 | vga_init(name, id)                     /* open VGA */
39   char  *name, *id;
40   {
41          static short  mode_pref[] = {_XRES256COLOR, _SVRES256COLOR,
42 <                                        _MRES256COLOR, -1};
42 >                                        _VRES256COLOR, _MRES256COLOR, -1};
43          char  *ep;
44          register int  i;
45  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines