GrafX2 2.9.3227
The ultimate 256-color painting program
T_Config_video_mode Struct Reference

Data for one fullscreen video mode in configuration file. Warning, this one is saved/loaded as binary. More...

#include <struct.h>

+ Collaboration diagram for T_Config_video_mode:

Data Fields

byte State
 How good is the mode supported. 0:Good (white) 1:OK (light) 2:So-so (dark) 4:User-disabled (black); +128 => System doesn't support it at all. More...
 
word Width
 Videomode width in pixels. More...
 
word Height
 Videomode height in pixels. More...
 

Detailed Description

Data for one fullscreen video mode in configuration file. Warning, this one is saved/loaded as binary.

Field Documentation

◆ State

byte T_Config_video_mode::State

How good is the mode supported. 0:Good (white) 1:OK (light) 2:So-so (dark) 4:User-disabled (black); +128 => System doesn't support it at all.

Referenced by Load_CFG(), and Save_CFG().

◆ Width

word T_Config_video_mode::Width

Videomode width in pixels.

Referenced by Load_CFG(), and Save_CFG().

◆ Height

word T_Config_video_mode::Height

Videomode height in pixels.

Referenced by Load_CFG(), and Save_CFG().


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