Ignore:
Timestamp:
Jul 2, 2002, 5:03:28 PM (23 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wine/wingdi16.h

    r8545 r8826  
    254254    HMETAFILE16  hMF;
    255255} METAFILEPICT16, *LPMETAFILEPICT16;
     256
     257typedef struct {
     258    EMR    emr;
     259    RECTL  rclBounds;
     260    DWORD  cpts;
     261    POINT16 apts[1];
     262} EMRPOLYLINE16,     *PEMRPOLYLINE16,
     263  EMRPOLYBEZIER16,   *PEMRPOLYBEZIER16,
     264  EMRPOLYGON16,      *PEMRPOLYGON16,
     265  EMRPOLYBEZIERTO16, *PEMRPOLYBEZIERTO16,
     266  EMRPOLYLINETO16,   *PEMRPOLYLINETO16;
     267
     268typedef struct {
     269    EMR    emr;
     270    RECTL  rclBounds;
     271    DWORD  cpts;
     272    POINT16 apts[1];
     273    BYTE   abTypes[1];
     274} EMRPOLYDRAW16, *PEMRPOLYDRAW16;
     275
     276typedef struct {
     277    EMR     emr;
     278    RECTL   rclBounds;
     279    DWORD   nPolys;
     280    DWORD   cpts;
     281    DWORD   aPolyCounts[1];
     282    POINT16 apts[1];
     283} EMRPOLYPOLYLINE16, *PEMRPOLYPOLYLINE16,
     284  EMRPOLYPOLYGON16,  *PEMRPOLYPOLYGON16;
    256285
    257286typedef INT16 (* CALLBACK MFENUMPROC16)(HDC16,HANDLETABLE16*,METARECORD*,
Note: See TracChangeset for help on using the changeset viewer.