#include <fb_gfx.h>
Definition at line 223 of file fb_gfx.h.
Aspect ratio (used in CIRCLE)
Definition at line 246 of file fb_gfx.h.
Bytes per pixel.
Definition at line 233 of file fb_gfx.h.
unsigned char* FBGFX::color_association |
Palette color index associations for CGA/EGA emulation.
Definition at line 237 of file fb_gfx.h.
Color bit mask for colordepth emulation.
Definition at line 240 of file fb_gfx.h.
Character information for all pages.
Definition at line 249 of file fb_gfx.h.
Current graphical text cursor position (in chars, 0 based)
Definition at line 243 of file fb_gfx.h.
struct PALETTE* FBGFX::default_palette |
Default palette for current mode.
Definition at line 241 of file fb_gfx.h.
Current mode depth in bits per pixel.
Definition at line 232 of file fb_gfx.h.
unsigned int* FBGFX::device_palette |
Current RGB color values of visible device palette.
Definition at line 236 of file fb_gfx.h.
Dirty lines buffer.
Definition at line 238 of file fb_gfx.h.
Gfx driver in use.
Definition at line 239 of file fb_gfx.h.
Mutex lock for accessing the events queue.
Definition at line 252 of file fb_gfx.h.
EVENT* FBGFX::event_queue |
The OS events queue array.
Definition at line 250 of file fb_gfx.h.
Indices for the head and tail event in the array.
Definition at line 251 of file fb_gfx.h.
volatile int FBGFX::flags |
unsigned char* FBGFX::framebuffer |
Our current visible framebuffer.
Definition at line 230 of file fb_gfx.h.
Current mode width and height.
Definition at line 231 of file fb_gfx.h.
Mode id number for contexts identification.
Definition at line 225 of file fb_gfx.h.
Keyboard states.
Definition at line 247 of file fb_gfx.h.
Reference count for SCREENLOCK/UNLOCK.
Definition at line 254 of file fb_gfx.h.
Current mode number.
Definition at line 226 of file fb_gfx.h.
Number of requested pages.
Definition at line 228 of file fb_gfx.h.
unsigned char** FBGFX::page |
unsigned int* FBGFX::palette |
Current RGB color values for each palette index.
Definition at line 235 of file fb_gfx.h.
Width of a framebuffer line in bytes.
Definition at line 234 of file fb_gfx.h.
Driver refresh rate.
Definition at line 248 of file fb_gfx.h.
Vertical size of a single scanline in pixels.
Definition at line 242 of file fb_gfx.h.
Graphical text console size in characters.
Definition at line 245 of file fb_gfx.h.
Current visible page number.
Definition at line 229 of file fb_gfx.h.
The documentation for this struct was generated from the following file: