windows-nt/Source/XPSP1/NT/drivers/video/matrox/mga/mini/vidfile.h
2020-09-26 16:20:57 +08:00

22 lines
362 B
C

/****** 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