Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
585c8466
Commit
585c8466
authored
May 02, 1999
by
Huw D M Davies
Committed by
Alexandre Julliard
May 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Several improvements to Enhanced MetaFile playback.
parent
01485585
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
0 deletions
+40
-0
enhmetafile.h
include/enhmetafile.h
+27
-0
wingdi.h
include/wingdi.h
+13
-0
enhmetafile.c
objects/enhmetafile.c
+0
-0
No files found.
include/enhmetafile.h
0 → 100644
View file @
585c8466
/*
* Enhanced Metafile definitions
*
*/
#ifndef __WINE_ENHMETAFILE_H
#define __WINE_ENHMETAFILE_H
#include "wingdi.h"
#include "gdi.h"
/* GDI32 enhanced metafile object */
typedef
struct
{
GDIOBJHDR
header
;
ENHMETAHEADER
*
emh
;
HFILE
hFile
;
/* File handle if EMF is disk-based */
HANDLE
hMapping
;
/* Mapping handle if EMF is disk-based */
}
ENHMETAFILEOBJ
;
extern
HENHMETAFILE
EMF_Create_HENHMETAFILE
(
ENHMETAHEADER
*
emh
,
HFILE
hFile
,
HANDLE
hMapping
);
#endif
/* __WINE_ENHMETAFILE_H */
include/wingdi.h
View file @
585c8466
...
...
@@ -2386,6 +2386,19 @@ typedef struct {
typedef
struct
{
EMR
emr
;
DWORD
iMode
;
}
EMRSELECTCLIPPATH
,
*
PEMRSELECTCLIPPATH
,
EMRSETBKMODE
,
*
PEMRSETBKMODE
,
EMRSETMAPMODE
,
*
PEMRSETMAPMODE
,
EMRSETPOLYFILLMODE
,
*
PEMRSETPOLYFILLMODE
,
EMRSETROP2
,
*
PEMRSETROP2
,
EMRSETSTRETCHBLTMODE
,
*
PEMRSETSTRETCHBLTMODE
,
EMRSETTEXTALIGN
,
*
PEMRSETTEXTALIGN
,
EMRSETICMMODE
,
*
PERMSETICMMODE
,
EMRSETLAYOUT
,
*
PEMRSETLAYOUT
;
typedef
struct
{
EMR
emr
;
DWORD
ihPal
;
}
EMRSELECTPALETTE
,
*
PEMRSELECTPALETTE
;
...
...
objects/enhmetafile.c
View file @
585c8466
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment