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

Comparing ray/src/hd/rhd_x11.c (file contents):
Revision 3.24 by gregl, Tue Jan 6 13:07:57 1998 UTC vs.
Revision 3.25 by gwlarson, Thu May 14 13:06:32 1998 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines