Author: tkreuzer Date: Mon Dec 29 13:12:15 2014 New Revision: 65887
URL: http://svn.reactos.org/svn/reactos?rev=65887&view=rev Log: [WINE] Add LOGBRUSH16 and LOGPEN16 to wingdi16.h
Modified: trunk/reactos/include/reactos/wine/wingdi16.h
Modified: trunk/reactos/include/reactos/wine/wingdi16.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/wingdi... ============================================================================== --- trunk/reactos/include/reactos/wine/wingdi16.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/wine/wingdi16.h [iso-8859-1] Mon Dec 29 13:12:15 2014 @@ -29,6 +29,13 @@
typedef struct { + UINT16 lbStyle; + COLORREF lbColor; + INT16 lbHatch; +} LOGBRUSH16, *LPLOGBRUSH16; + +typedef struct +{ INT16 lfHeight; INT16 lfWidth; INT16 lfEscapement; @@ -53,6 +60,13 @@ HMETAFILE16 hMF; } METAFILEPICT16, *LPMETAFILEPICT16;
+typedef struct +{ + UINT16 lopnStyle; + POINT16 lopnWidth; + COLORREF lopnColor; +} LOGPEN16, *LPLOGPEN16; + #include <poppack.h>
#endif /* __WINE_WINE_WINGDI16_H */