--- ray/src/rt/rv3.c 1990/01/09 09:07:33 1.10 +++ ray/src/rt/rv3.c 1990/01/09 11:38:19 1.11 @@ -167,7 +167,7 @@ newimage() /* start a new image */ /* compute resolution */ hresolu = dev->xsiz; vresolu = dev->ysiz; - normaspect(&ourview, &dev->pixaspect, &hresolu, &vresolu); + normaspect(viewaspect(&ourview), &dev->pixaspect, &hresolu, &vresolu); pframe.l = pframe.d = 0; pframe.r = hresolu; pframe.u = vresolu; pdepth = 0;