mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 04:11:50 +00:00
- Update width info structure.
svn path=/trunk/; revision=37072
This commit is contained in:
parent
a27d48f272
commit
dfaa1abe89
1 changed files with 4 additions and 4 deletions
|
@ -218,11 +218,11 @@ typedef PVOID PUMDHPDEV;
|
|||
typedef D3DNTHAL_CONTEXTCREATEDATA D3DNTHAL_CONTEXTCREATEI;
|
||||
typedef LONG FIX;
|
||||
|
||||
typedef struct _CHWIDTHINFO
|
||||
typedef struct _CHWIDTHINFO // Based on FD_DEVICEMETRICS
|
||||
{
|
||||
LONG lMaxNegA;
|
||||
LONG lMaxNegC;
|
||||
LONG lMinWidthD;
|
||||
LONG lMinA;
|
||||
LONG lMinC;
|
||||
LONG lMinD;
|
||||
} CHWIDTHINFO, *PCHWIDTHINFO;
|
||||
|
||||
typedef struct _UNIVERSAL_FONT_ID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue