Changeset 8826 for trunk/include/win/wine
- Timestamp:
- Jul 2, 2002, 5:03:28 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/wingdi16.h
r8545 r8826 254 254 HMETAFILE16 hMF; 255 255 } METAFILEPICT16, *LPMETAFILEPICT16; 256 257 typedef 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 268 typedef struct { 269 EMR emr; 270 RECTL rclBounds; 271 DWORD cpts; 272 POINT16 apts[1]; 273 BYTE abTypes[1]; 274 } EMRPOLYDRAW16, *PEMRPOLYDRAW16; 275 276 typedef 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; 256 285 257 286 typedef INT16 (* CALLBACK MFENUMPROC16)(HDC16,HANDLETABLE16*,METARECORD*,
Note:
See TracChangeset
for help on using the changeset viewer.