--- ray/src/hd/rhd_glx.c 1998/01/22 10:10:49 3.16 +++ ray/src/hd/rhd_glx.c 1998/05/14 13:06:33 3.17 @@ -264,6 +264,18 @@ register 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 */ {