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.5 by greg, Mon Apr 22 13:41:50 1991 UTC vs.
Revision 1.6 by greg, Fri May 3 10:06:04 1991 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines