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 2.5 by greg, Thu Apr 29 12:58:20 1993 UTC vs.
Revision 2.6 by greg, Sat Feb 22 02:07:30 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1991 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   *  Circle sources in a displayed image.
6   *
# Line 12 | Line 9 | static char SCCSid[] = "$SunId$ LBL";
9  
10   #include "standard.h"
11   #include "view.h"
15 #include "resolu.h"
12   #include "vfork.h"
13   #include <signal.h>
14   #include <X11/Xlib.h>
# Line 142 | Line 138 | char   *pname, *wname;
138                  fprintf(stderr,
139                  "%s: warning -- window seems to be the wrong size!\n",
140                                  progname);
141 <                if (pres.or & YMAJOR) {
141 >                if (pres.rt & YMAJOR) {
142                          pres.xr = wa.width;
143                          pres.yr = wa.height;
144                  } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines