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
50690e5f
Commit
50690e5f
authored
Jan 03, 2006
by
Steven Edwards
Committed by
Alexandre Julliard
Jan 03, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi: Move EMRSETTEXTJUSTIFICATION structure to the private gdi header.
parent
63413b74
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
gdi_private.h
dlls/gdi/gdi_private.h
+6
-0
wingdi.h
include/wingdi.h
+0
-6
No files found.
dlls/gdi/gdi_private.h
View file @
50690e5f
...
...
@@ -28,6 +28,12 @@
#define METAFILE_MEMORY 1
#define METAFILE_DISK 2
typedef
struct
{
EMR
emr
;
INT
nBreakExtra
;
INT
nBreakCount
;
}
EMRSETTEXTJUSTIFICATION
,
*
PEMRSETTEXTJUSTIFICATION
;
/* extra stock object: default 1x1 bitmap for memory DCs */
#define DEFAULT_BITMAP (STOCK_LAST+1)
...
...
include/wingdi.h
View file @
50690e5f
...
...
@@ -2648,12 +2648,6 @@ typedef struct {
BYTE
Data
[
1
];
}
EMRGLSBOUNDEDRECORD
,
*
PEMRGLSBOUNDEDRECORD
;
typedef
struct
{
EMR
emr
;
INT
nBreakExtra
;
INT
nBreakCount
;
}
EMRSETTEXTJUSTIFICATION
,
*
PEMRSETTEXTJUSTIFICATION
;
typedef
INT
(
CALLBACK
*
ENHMFENUMPROC
)(
HDC
,
HANDLETABLE
*
,
const
ENHMETARECORD
*
,
INT
,
LPARAM
);
...
...
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