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

Comparing ray/src/hd/rhd_glx.c (file contents):
Revision 3.16 by gregl, Thu Jan 22 10:10:49 1998 UTC vs.
Revision 3.17 by gwlarson, Thu May 14 13:06:33 1998 UTC

# Line 264 | Line 264 | register VIEW  *nv;
264   }
265  
266  
267 + VIEW *
268 + dev_auxview(n, hvres)           /* return nth auxiliary view */
269 + int     n;
270 + int     hvres[2];
271 + {
272 +        if (n)
273 +                return(NULL);
274 +        hvres[0] = odev.hres; hvres[1] = odev.vres;
275 +        return(&odev.v);
276 + }
277 +
278 +
279   int
280   dev_input()                     /* get X11 input */
281   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines