|
iPXE
|
A console configuration. More...
#include <console.h>
Data Fields | |
| unsigned int | width |
| Width. More... | |
| unsigned int | height |
| Height. More... | |
| unsigned int | depth |
| Colour depth. More... | |
| unsigned int | left |
| Left margin. More... | |
| unsigned int | right |
| Right margin. More... | |
| unsigned int | top |
| Top margin. More... | |
| unsigned int | bottom |
| Bottom margin. More... | |
| struct pixel_buffer * | pixbuf |
| Background picture, if any. More... | |
| unsigned int console_configuration::width |
Width.
Definition at line 26 of file console.h.
Referenced by console_set_size(), efifb_configure(), efifb_init(), fbcon_init(), vesafb_configure(), and vesafb_init().
| unsigned int console_configuration::height |
Height.
Definition at line 28 of file console.h.
Referenced by console_set_size(), efifb_configure(), efifb_init(), fbcon_init(), vesafb_configure(), and vesafb_init().
| unsigned int console_configuration::depth |
Colour depth.
Definition at line 30 of file console.h.
Referenced by efifb_init(), and vesafb_init().
| unsigned int console_configuration::left |
| unsigned int console_configuration::right |
| unsigned int console_configuration::top |
| unsigned int console_configuration::bottom |
| struct pixel_buffer* console_configuration::pixbuf |
Background picture, if any.
Definition at line 40 of file console.h.
Referenced by efifb_configure(), fbcon_init(), and vesafb_configure().
1.8.15