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
91939284
Commit
91939284
authored
May 08, 2023
by
Piotr Caban
Committed by
Alexandre Julliard
May 11, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineps: Remove unused fields from PSDRV_DEVMODE.
parent
faba25c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
19 deletions
+0
-19
init.c
dlls/wineps.drv/init.c
+0
-6
psdrv.h
dlls/wineps.drv/psdrv.h
+0
-13
No files found.
dlls/wineps.drv/init.c
View file @
91939284
...
...
@@ -82,12 +82,6 @@ static const PSDRV_DEVMODE DefaultDevmode =
/* dmPanningWidth */
0
,
/* dmPanningHeight */
0
},
{
/* dmDocPrivate */
/* dummy */
0
},
{
/* dmDrvPrivate */
/* numInstalledOptions */
0
}
};
HINSTANCE
PSDRV_hInstance
=
0
;
...
...
dlls/wineps.drv/psdrv.h
View file @
91939284
...
...
@@ -221,19 +221,6 @@ typedef struct {
typedef
struct
{
DEVMODEW
dmPublic
;
struct
_tagdocprivate
{
int
dummy
;
}
dmDocPrivate
;
struct
_tagdrvprivate
{
UINT
numInstalledOptions
;
/* Options at end of struct */
}
dmDrvPrivate
;
/* Now comes:
numInstalledOptions of OPTIONs
*/
}
PSDRV_DEVMODE
;
typedef
struct
...
...
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