ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/glrad.c
(Generate patch)

Comparing ray/src/util/glrad.c (file contents):
Revision 3.10 by gwlarson, Thu Oct 15 08:30:48 1998 UTC vs.
Revision 3.11 by gwlarson, Wed Oct 21 17:48:51 1998 UTC

# Line 8 | Line 8 | static char SCCSid[] = "$SunId$ SGI";
8   * Program to display Radiance scene using OpenGL.
9   */
10  
11 #include "radogl.h"
12 #include "view.h"
13 #include "paths.h"
11   #include <sys/types.h>
12   #include <GL/glx.h>
13   #ifndef NOSTEREO
14   #include <X11/extensions/SGIStereo.h>
15   #endif
16   #include <ctype.h>
17 + #include "radogl.h"
18 + #include "view.h"
19 + #include "paths.h"
20   #include "glradicon.h"
21  
22   #ifndef MAXVIEW

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines