--- ray/src/hd/rhd_x11.c 1998/01/06 13:07:57 3.24 +++ ray/src/hd/rhd_x11.c 1998/05/14 13:06:32 3.25 @@ -265,6 +265,18 @@ VIEW *nv; } +VIEW * +dev_auxview(n, hvres) /* return nth auxiliary view */ +int n; +int hvres[2]; +{ + if (n) + return(NULL); + hvres[0] = odev.hres; hvres[1] = odev.vres; + return(&odev.v); +} + + int dev_input() /* get X11 input */ {