| # | Line 222 | Line 222 | VIEW *nv; | |
|---|---|---|
| 222 | int dh = DisplayHeight(ourdisplay,ourscreen); | |
| 223 | ||
| 224 | dw -= 25; /* for window frame */ | |
| 225 | < | dh -= 100; |
| 225 | > | dh -= 50; |
| 226 | odev.hres = 2.*VIEWDIST/pwidth * | |
| 227 | tan(PI/180./2.*nv->horiz); | |
| 228 | odev.vres = 2.*VIEWDIST/pheight * | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |