mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Implementing OpenGl support
svn path=/trunk/; revision=6002
This commit is contained in:
parent
62847198aa
commit
cd39c464f2
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue