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
bec1720c
Commit
bec1720c
authored
Jul 08, 2010
by
Louis Lenders
Committed by
Alexandre Julliard
Jul 08, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add dmDisplayOrientation definitions.
parent
4afb1991
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
wingdi.h
include/wingdi.h
+7
-0
No files found.
include/wingdi.h
View file @
bec1720c
...
...
@@ -2965,6 +2965,8 @@ DECL_WINELIB_TYPE_AW(LPDEVMODE)
#define DM_PAPERWIDTH 0x00000008L
#define DM_SCALE 0x00000010L
#define DM_POSITION 0x00000020L
#define DM_NUP 0x00000040L
#define DM_DISPLAYORIENTATION 0x00000080L
#define DM_COPIES 0x00000100L
#define DM_DEFAULTSOURCE 0x00000200L
#define DM_PRINTQUALITY 0x00000400L
...
...
@@ -3174,6 +3176,11 @@ DECL_WINELIB_TYPE_AW(LPDEVMODE)
#define DMDITHER_GRAYSCALE 5
#define DMDITHER_USER 256
#define DMDO_DEFAULT 0
#define DMDO_90 1
#define DMDO_180 2
#define DMDO_270 3
typedef
struct
{
INT
cbSize
;
...
...
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