FreeBASIC  0.91.0
MODEINFO Struct Reference

Data Fields

unsigned short w
 
unsigned short h
 
unsigned char depth
 
unsigned char scanline_size
 
unsigned char num_pages
 
signed char palette
 
signed char font
 
unsigned char text_w
 
unsigned char text_h
 

Detailed Description

Definition at line 7 of file gfx_screen.c.

Field Documentation

unsigned char MODEINFO::depth

Definition at line 10 of file gfx_screen.c.

signed char MODEINFO::font

Definition at line 14 of file gfx_screen.c.

unsigned short MODEINFO::h

Definition at line 9 of file gfx_screen.c.

unsigned char MODEINFO::num_pages

Definition at line 12 of file gfx_screen.c.

signed char MODEINFO::palette

Definition at line 13 of file gfx_screen.c.

unsigned char MODEINFO::scanline_size

Definition at line 11 of file gfx_screen.c.

unsigned char MODEINFO::text_h

Definition at line 16 of file gfx_screen.c.

unsigned char MODEINFO::text_w

Definition at line 15 of file gfx_screen.c.

unsigned short MODEINFO::w

Definition at line 8 of file gfx_screen.c.


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