| plan 9 kernel history: overview | file list | diff list |
1995/0808/pc/vgaark2000pv.c (diff list | history)
| 1995/0808/sys/src/9/pc/vgaark2000pv.c:154,169 – 1995/0812/sys/src/9/pc/vgaark2000pv.c:154,169 (short | long | prev | next) | ||
| 1995/0516 | */ if((x = p.x+hotpoint.x) < 0){ xo = -x; | |
| 1995/0812 | x = 1; | |
| 1995/0516 | } else | |
| 1995/0812 | xo = 1; | |
| 1995/0516 | if((y = p.y+hotpoint.y) < 0){ yo = -y; | |
| 1995/0812 | y = 1; | |
| 1995/0516 | } else | |
| 1995/0812 | yo = 1; | |
| 1995/0516 | /* * Load the new values. | |