windows-nt/Source/XPSP1/NT/drivers/video/matrox/mga/mini/vidfile.h

22 lines
362 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/****** VIDFILE.H ******/
#ifndef VIDFILE
#define VIDFILE
typedef struct
{
word DispWidth;
word DispHeight;
word PixDepth;
word RefreshRate;
Vidset VideoSet;
} ResParamSet;
#ifdef WINDOWS_NT
#pragma pack( )
#endif
extern word ConvBitToFreq (word BitFreq);
extern ResParamSet ResParam[100];
#endif