| # | Line 167 | Line 167 | newimage() /* start a new image */ | |
|---|---|---|
| 167 | /* compute resolution */ | |
| 168 | hresolu = dev->xsiz; | |
| 169 | vresolu = dev->ysiz; | |
| 170 | < | normaspect(&ourview, &dev->pixaspect, &hresolu, &vresolu); |
| 170 | > | normaspect(viewaspect(&ourview), &dev->pixaspect, &hresolu, &vresolu); |
| 171 | pframe.l = pframe.d = 0; | |
| 172 | pframe.r = hresolu; pframe.u = vresolu; | |
| 173 | pdepth = 0; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |