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

Comparing ray/src/hd/rhd_ogl.c (file contents):
Revision 3.15 by gwlarson, Tue Jan 5 18:16:17 1999 UTC vs.
Revision 3.17 by gwlarson, Mon Jun 28 16:30:22 1999 UTC

# Line 22 | Line 22 | static char SCCSid[] = "$SunId$ SGI";
22  
23   #include "standard.h"
24  
25 #include <sys/types.h>
25   #include <GL/glx.h>
26   #include <GL/glu.h>
27   #ifdef STEREO
# Line 945 | Line 944 | wipeclean()                    /* prepare for redraw */
944                  viewflags &= ~VWCHANGE;         /* change noted */
945          } else if (viewflags & VWSTEADY)
946                  odRedrawAll();
947 <        setglpersp(&odev.v);            /* reset view & clipping planes */
947 >        setglpersp();                   /* reset view & clipping planes */
948   }
949  
950  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines