--- ray/src/util/xglaresrc.c 1991/04/22 13:41:50 1.5 +++ ray/src/util/xglaresrc.c 1991/05/03 10:06:04 1.6 @@ -83,7 +83,7 @@ char *name; if (gwind == None) { fprintf(stderr, "%s: cannot find \"%s\" window\n", progname, name); - exit(1); + exit(2); } XMapRaised(theDisplay, gwind); XGetWindowAttributes(theDisplay, gwind, &wa);