Implementing OpenGl support

svn path=/trunk/; revision=6002
This commit is contained in:
James Tabor 2003-09-06 19:04:56 +00:00
parent 62847198aa
commit cd39c464f2

View file

@ -2253,6 +2253,10 @@ typedef struct tagENHMETAHEADER {
DWORD nPalEntries;
SIZEL szlDevice;
SIZEL szlMillimeters;
DWORD cbPixelFormat;
DWORD offPixelFormat;
DWORD bOpenGL;
SIZEL szlMicrometers;
} ENHMETAHEADER, *LPENHMETAHEADER;
typedef struct tagENHMETARECORD {