MentOS  0.8.0
The Mentoring Operating System
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Public Attributes | List of all members
vga_ops_t Struct Reference

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.
 

Detailed Description

VGA pointers for drawing operations.


The documentation for this struct was generated from the following file: