MGL_refreshRateType
Declaration
typedef enum {
MGL_DEFAULT_REFRESH = -1,
MGL_INTERLACED_MODE = 0x4000
} MGL_refreshRateType
Prototype In
mgraph.h
Description
Defines the flags passed to MGL_setRefreshRate. You can pass the value of MGL_DEFAULT_REFRESH to set the refresh rate to the adapter default.
Members
MGL_DEFAULT_REFRESH |
Use the default refresh rate for the graphics mode |
MGL_INTERLACED_MODE |
Set the mode to be interlaced (not always supported) |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com