GrafX2 2.9.3227
The ultimate 256-color painting program
|
A video mode (resolution) usable by Grafx2. More...
#include <global.h>
Data Fields | |
short | Width |
Screen width. More... | |
short | Height |
Screen height. More... | |
byte | Mode |
Unused (used to be Mode-X, SVGA, etc) More... | |
word | Fullscreen |
0 for window, 1 for fullscreen More... | |
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... | |
A video mode (resolution) usable by Grafx2.
short T_Video_mode::Width |
Screen width.
Referenced by Best_video_mode(), Button_Resolution(), Compare_video_modes(), Init_mode_video(), Load_INI(), Save_CFG(), Save_INI(), Set_all_video_modes(), and Set_video_mode().
short T_Video_mode::Height |
Screen height.
Referenced by Best_video_mode(), Button_Resolution(), Compare_video_modes(), Init_mode_video(), Load_CFG(), Load_INI(), Save_CFG(), Save_INI(), Set_all_video_modes(), and Set_video_mode().
byte T_Video_mode::Mode |
Unused (used to be Mode-X, SVGA, etc)
Referenced by Set_all_video_modes(), and Set_video_mode().
word T_Video_mode::Fullscreen |
0 for window, 1 for fullscreen
Referenced by Init_mode_video(), Set_all_video_modes(), and Set_video_mode().
byte T_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 Button_Resolution(), Save_CFG(), Set_all_video_modes(), and Set_video_mode().