| plan 9 kernel history: overview | file list | diff list |
2001/0501/pc/screen.h (diff list | history)
| 2001/0428/sys/src/9/pc/screen.h:68,74 – 2001/0501/sys/src/9/pc/screen.h:68,74 (short | long | prev | next) | ||
|
Change VGAscr.ovlctl.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1997/1101 | ulong (*linear)(VGAscr*, int*, int*); | |
| 1999/1005 | void (*drawinit)(VGAscr*); int (*fill)(VGAscr*, Rectangle, ulong); | |
| 2001/0426 |
| |
| 2001/0501 | void (*ovlctl)(VGAscr*, Chan*, void*, int); | |
| 2001/0428 | int (*ovlwrite)(VGAscr*, void*, int, vlong); | |
| 1997/1101 | }; | |