|
MentOS
0.8.0
The Mentoring Operating System
|
VGA pointers for drawing operations. More...
Public Attributes | |
| void(* | write_pixel )(int x, int y, unsigned char c) |
| Writes a pixel. | |
| unsigned(* | read_pixel )(int x, int y) |
| Reads a pixel. | |
| void(* | draw_rect )(int x, int y, int wd, int ht, unsigned char c) |
| Draws a rectangle. | |
| void(* | fill_rect )(int x, int y, int wd, int ht, unsigned char c) |
| Fills a rectangle. | |
VGA pointers for drawing operations.