| # | 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, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |