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.4 by greg, Sat May 30 09:32:18 1992 UTC vs.
Revision 2.5 by greg, Thu Jun 18 14:55:24 1992 UTC

# Line 133 | Line 133 | char  *name, *id;
133                  stderr_v("cannot create window\n");
134                  return(NULL);
135          }
136        XFreeColormap(ourdisplay, ourwinattr.colormap);
136          XStoreName(ourdisplay, gwind, id);
137          /* create a cursor */
138          pickcursor = XCreateFontCursor(ourdisplay, XC_diamond_cross);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines