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.1 by greg, Tue Nov 12 17:19:29 1991 UTC vs.
Revision 2.3 by greg, Thu Mar 19 09:38:14 1992 UTC

# Line 13 | Line 13 | static char SCCSid[] = "$SunId$ LBL";
13   #include "standard.h"
14   #include "view.h"
15   #include "resolu.h"
16 + #include "vfork.h"
17   #include <signal.h>
18   #include <X11/Xlib.h>
19   #include <X11/Xutil.h>
20  
20 #ifndef BSD
21 #define vfork   fork
22 #endif
23
21   #define XIM             "ximage"
22  
23   #define NSEG            30              /* number of segments per circle */
# Line 47 | Line 44 | main(argc, argv)
44   int     argc;
45   char    *argv[];
46   {
50        extern double   atof();
47          char    *windowname = NULL;
48          FILE    *fp;
49  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines