mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:15:43 +00:00
[WINE]
Add LOGBRUSH16 and LOGPEN16 to wingdi16.h svn path=/trunk/; revision=65887
This commit is contained in:
parent
2bf752a8fe
commit
685a373f23
1 changed files with 14 additions and 0 deletions
|
@ -27,6 +27,13 @@
|
||||||
|
|
||||||
#include <pshpack1.h>
|
#include <pshpack1.h>
|
||||||
|
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
UINT16 lbStyle;
|
||||||
|
COLORREF lbColor;
|
||||||
|
INT16 lbHatch;
|
||||||
|
} LOGBRUSH16, *LPLOGBRUSH16;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
INT16 lfHeight;
|
INT16 lfHeight;
|
||||||
|
@ -53,6 +60,13 @@ typedef struct
|
||||||
HMETAFILE16 hMF;
|
HMETAFILE16 hMF;
|
||||||
} METAFILEPICT16, *LPMETAFILEPICT16;
|
} METAFILEPICT16, *LPMETAFILEPICT16;
|
||||||
|
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
UINT16 lopnStyle;
|
||||||
|
POINT16 lopnWidth;
|
||||||
|
COLORREF lopnColor;
|
||||||
|
} LOGPEN16, *LPLOGPEN16;
|
||||||
|
|
||||||
#include <poppack.h>
|
#include <poppack.h>
|
||||||
|
|
||||||
#endif /* __WINE_WINE_WINGDI16_H */
|
#endif /* __WINE_WINE_WINGDI16_H */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue