mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- Add padded boarder width to NONCLIENTMETRICS.
svn path=/trunk/; revision=54517
This commit is contained in:
parent
aedcb1f1b0
commit
6bba47787d
1 changed files with 6 additions and 0 deletions
|
@ -3315,6 +3315,9 @@ typedef struct tagNONCLIENTMETRICSA {
|
|||
LOGFONTA lfMenuFont;
|
||||
LOGFONTA lfStatusFont;
|
||||
LOGFONTA lfMessageFont;
|
||||
#if (WINVER >= 0x0600)
|
||||
int iPaddedBorderWidth;
|
||||
#endif
|
||||
} NONCLIENTMETRICSA, *PNONCLIENTMETRICSA,*LPNONCLIENTMETRICSA;
|
||||
|
||||
typedef struct tagNONCLIENTMETRICSW {
|
||||
|
@ -3333,6 +3336,9 @@ typedef struct tagNONCLIENTMETRICSW {
|
|||
LOGFONTW lfMenuFont;
|
||||
LOGFONTW lfStatusFont;
|
||||
LOGFONTW lfMessageFont;
|
||||
#if (WINVER >= 0x0600)
|
||||
int iPaddedBorderWidth;
|
||||
#endif
|
||||
} NONCLIENTMETRICSW, *PNONCLIENTMETRICSW,*LPNONCLIENTMETRICSW;
|
||||
|
||||
#ifdef UNICODE
|
||||
|
|
Loading…
Reference in a new issue