GrafX2 2.9.3227
The ultimate 256-color painting program
|
Data for one fullscreen video mode in configuration file. Warning, this one is saved/loaded as binary. More...
#include <struct.h>
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... | |
Data for one fullscreen video mode in configuration file. Warning, this one is saved/loaded as binary.
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().
word T_Config_video_mode::Width |
Videomode width in pixels.
Referenced by Load_CFG(), and Save_CFG().
word T_Config_video_mode::Height |
Videomode height in pixels.
Referenced by Load_CFG(), and Save_CFG().