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
9be2f2a8
Commit
9be2f2a8
authored
Feb 02, 1999
by
Huw D M Davies
Committed by
Alexandre Julliard
Feb 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clear up args to PSDRV_AdvancedSetupDialog.
parent
4a0d405f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
driver.c
graphics/psdrv/driver.c
+4
-7
No files found.
graphics/psdrv/driver.c
View file @
9be2f2a8
...
...
@@ -154,16 +154,13 @@ LRESULT WINAPI PSDRV_AdvancedSetupDlgProc32(HWND32 hWnd, UINT32 wMsg,
*
* PSDRV_AdvancedSetupDialog16 [WINEPS.93]
*
* Presumably dev1 and dev2 are in and out, don't know which is which yet.
* Not sure about return value either. (I haven't got any docs on this at all)
*
*/
INT16
WINAPI
PSDRV_AdvancedSetupDialog16
(
HWND16
hwnd
,
HANDLE16
hDriver
,
LPDEVMODE16
dev
1
,
LPDEVMODE16
dev2
)
WORD
WINAPI
PSDRV_AdvancedSetupDialog16
(
HWND16
hwnd
,
HANDLE16
hDriver
,
LPDEVMODE16
dev
in
,
LPDEVMODE16
devout
)
{
TRACE
(
psdrv
,
"hwnd = %04x, hDriver = %04x dev
1=%p dev2
=%p
\n
"
,
hwnd
,
hDriver
,
dev
1
,
dev2
);
TRACE
(
psdrv
,
"hwnd = %04x, hDriver = %04x dev
in=%p devout
=%p
\n
"
,
hwnd
,
hDriver
,
dev
in
,
devout
);
return
IDCANCEL
;
...
...
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