iPXE
Data Fields
fbcon_margin Struct Reference

A frame buffer margin. More...

#include <fbcon.h>

Data Fields

unsigned int left
 Left margin. More...
 
unsigned int right
 Right margin. More...
 
unsigned int top
 Top margin. More...
 
unsigned int bottom
 Bottom margin. More...
 

Detailed Description

A frame buffer margin.

Definition at line 63 of file fbcon.h.

Field Documentation

◆ left

unsigned int fbcon_margin::left

Left margin.

Definition at line 65 of file fbcon.h.

Referenced by fbcon_init().

◆ right

unsigned int fbcon_margin::right

Right margin.

Definition at line 67 of file fbcon.h.

Referenced by fbcon_init().

◆ top

unsigned int fbcon_margin::top

Top margin.

Definition at line 69 of file fbcon.h.

Referenced by fbcon_init().

◆ bottom

unsigned int fbcon_margin::bottom

Bottom margin.

Definition at line 71 of file fbcon.h.

Referenced by fbcon_init().


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