[GDI32] Update Wine Metafile Code

Sync/Port: Metafile code from wine.

Patches by Jacek Caban, Daniel Lehman, Zhiyi Zhang. Gabriel Ivancescu, Michael Stefaniuc, Francois Gouget, Nikolay Sivov Dmitry Timoshkov, Andrew EiKum, Piotr Caban and Alexandre Julliard.

This commit is dedicated to George Bisoc!
This commit is contained in:
James Tabor 2021-09-27 16:18:20 -05:00
parent 9c1c88de3e
commit fc16259faf
25 changed files with 5207 additions and 1362 deletions

View file

@ -575,7 +575,7 @@ typedef struct _SBINFOEX
SCROLLINFO ScrollInfo;
} SBINFOEX, *PSBINFOEX;
/* State Flags !Not Implemented! */
/* State Flags !Not ALL Implemented! */
#define WNDS_HASMENU 0X00000001
#define WNDS_HASVERTICALSCROOLLBAR 0X00000002
#define WNDS_HASHORIZONTALSCROLLBAR 0X00000004
@ -611,7 +611,7 @@ typedef struct _SBINFOEX
#define WNDSACTIVEFRAME 0x00000006
/* State2 Flags !Not Implemented! */
/* State2 Flags !Not ALL Implemented! */
#define WNDS2_WMPAINTSENT 0X00000001
#define WNDS2_ENDPAINTINVALIDATE 0X00000002
#define WNDS2_STARTPAINT 0X00000004