|
|
|
|
GA_modeFlagsType
Declaration
typedef enum {
gaDontClear =
0x8000,
gaLinearBuffer =
0x4000,
ga6BitDAC =
0x2000,
gaNoAccel =
0x1000,
gaRefreshCtrl =
0x0800,
gaWindowedMode =
0x0400,
gaPartialModeSet =
0x0200,
gaModeMask =
0x01FF
} GA_modeFlagsType
Prototype In
snap/graphics.h
Description
This enumeration defines the flags for combining with graphics mode numbers to be passed to the SetVideoMode function.
Members
gaDontClear |
Don't clear display memory |
gaLinearBuffer |
Enable linear framebuffer mode |
ga6BitDAC |
Set the mode with a 6-bit RAMDAC instead of 8 |
gaNoAccel |
Set the mode without any acceleration support |
gaRefreshCtrl |
Enable refresh rate control |
gaWindowedMode |
Initialise for use in the current desktop mode |
gaPartialModeSet |
Initialise the driver internals, but don't program hardware |
gaModeMask |
Mask to remove flags and extract VBE mode number |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com