iPXE
Data Fields
console_configuration Struct Reference

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_bufferpixbuf
 Background picture, if any. More...
 

Detailed Description

A console configuration.

Definition at line 24 of file console.h.

Field Documentation

◆ width

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().

◆ height

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().

◆ depth

unsigned int console_configuration::depth

Colour depth.

Definition at line 30 of file console.h.

Referenced by efifb_init(), and vesafb_init().

◆ left

unsigned int console_configuration::left

Left margin.

Definition at line 32 of file console.h.

Referenced by fbcon_init().

◆ right

unsigned int console_configuration::right

Right margin.

Definition at line 34 of file console.h.

Referenced by fbcon_init().

◆ top

unsigned int console_configuration::top

Top margin.

Definition at line 36 of file console.h.

Referenced by fbcon_init().

◆ bottom

unsigned int console_configuration::bottom

Bottom margin.

Definition at line 38 of file console.h.

Referenced by fbcon_init().

◆ pixbuf

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().


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