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

Comparing ray/src/util/xglaresrc.c (file contents):
Revision 1.3 by greg, Wed Mar 20 12:59:27 1991 UTC vs.
Revision 1.4 by greg, Wed Apr 17 12:14:52 1991 UTC

# Line 79 | Line 79 | char   *name;
79                                  progname);
80                  exit(1);
81          }
82 <        pickcursor = XCreateFontCursor(theDisplay, XC_target);
82 >        pickcursor = XCreateFontCursor(theDisplay, XC_hand2);
83                                          /* find our window */
84          while (XGrabPointer(theDisplay, rwind, True, ButtonPressMask,
85                          GrabModeAsync, GrabModeAsync, None, pickcursor,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines