| # | Line 83 | Line 83 | char *name; | |
|---|---|---|
| 83 | if (gwind == None) { | |
| 84 | fprintf(stderr, "%s: cannot find \"%s\" window\n", | |
| 85 | progname, name); | |
| 86 | < | exit(1); |
| 86 | > | exit(2); |
| 87 | } | |
| 88 | XMapRaised(theDisplay, gwind); | |
| 89 | XGetWindowAttributes(theDisplay, gwind, &wa); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |