| # | Line 85 | Line 85 | char *name; | |
|---|---|---|
| 85 | GrabModeAsync, GrabModeAsync, None, pickcursor, | |
| 86 | CurrentTime) != GrabSuccess) | |
| 87 | sleep(2); | |
| 88 | < | printf("%s: pick point in \"%s\" display window\n", progname, name); |
| 88 | > | printf("%s: click mouse in \"%s\" display window\n", progname, name); |
| 89 | XNextEvent(theDisplay, &xev); | |
| 90 | XUngrabPointer(theDisplay, CurrentTime); | |
| 91 | if (((XButtonEvent *)&xev)->subwindow == None) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |