Supported Browsers Home   
GA_monitor Previous   
GA_monoCursor Next   
Type Definitions Up   

GA_monitorFlagsType

Declaration

typedef enum {
    Monitor_DPMSEnabled     = 0x01,
    Monitor_GTFEnabled      = 0x02,
    Monitor_FixedFreq       = 0x04,
    Monitor_HSyncNeg        = 0x08,
    Monitor_VSyncNeg        = 0x10,
    Monitor_16to9           = 0x20,
    Monitor_Exclude4to3     = 0x40,
    Monitor_Changed         = 0x80
    } GA_monitorFlagsType

Prototype In

snap/monitor.h

Description

This enumeration defines the flags for the capabilities for monitors as defined in the GA_monitor record.

Members

Monitor_DPMSEnabled

Monitor supports DPMS Power Management

Monitor_GTFEnabled

Monitor supports VESA Generalised Timing Formula

Monitor_FixedFreq

Monitor is a fixed frequency monitor

Monitor_HSyncNeg

HSync- is required for fixed frequency

Monitor_VSyncNeg

VSync- is required for fixed frequency

Monitor_16to9

Monitor supports 16:9 aspect ratio modes

Monitor_Exclude4to3

Driver should execlude all 4:3 aspect modes

Monitor_Changed

Monitor record has been changed

 

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com