GA_mode

Declaration

typedef struct {
    short       xRes;
    short       yRes;
    uchar       bits;
    } GA_mode

Prototype In

snap/graphics.h

Description

Structure used to describe the available display modes in the SNAP Graphics options structure. This allows the end user to add and delete available display modes from the SNAP Graphics drivers easily using our generic SNAP Graphics driver interface.

Members

xRes

Horizontal pixel resolution

yRes

Vertical pixel resolution

bits

Color depth per pixel (0 = text mode)

 

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