Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
b00ac507
Commit
b00ac507
authored
Dec 09, 2012
by
Henri Verbeet
Committed by
Alexandre Julliard
Dec 10, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Avoid LPDDGAMMARAMP.
parent
533dbc43
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ddraw.h
include/ddraw.h
+2
-2
ddrawi.h
include/ddrawi.h
+1
-1
No files found.
include/ddraw.h
View file @
b00ac507
...
@@ -2694,8 +2694,8 @@ DECLARE_INTERFACE_(IDirectDrawGammaControl,IUnknown)
...
@@ -2694,8 +2694,8 @@ DECLARE_INTERFACE_(IDirectDrawGammaControl,IUnknown)
STDMETHOD_
(
ULONG
,
AddRef
)(
THIS
)
PURE
;
STDMETHOD_
(
ULONG
,
AddRef
)(
THIS
)
PURE
;
STDMETHOD_
(
ULONG
,
Release
)(
THIS
)
PURE
;
STDMETHOD_
(
ULONG
,
Release
)(
THIS
)
PURE
;
/*** IDirectDrawGammaControl methods ***/
/*** IDirectDrawGammaControl methods ***/
STDMETHOD
(
GetGammaRamp
)(
THIS_
DWORD
dwFlags
,
LPDDGAMMARAMP
lpGammaR
amp
)
PURE
;
STDMETHOD
(
GetGammaRamp
)(
THIS_
DWORD
flags
,
DDGAMMARAMP
*
gamma_r
amp
)
PURE
;
STDMETHOD
(
SetGammaRamp
)(
THIS_
DWORD
dwFlags
,
LPDDGAMMARAMP
lpGammaR
amp
)
PURE
;
STDMETHOD
(
SetGammaRamp
)(
THIS_
DWORD
flags
,
DDGAMMARAMP
*
gamma_r
amp
)
PURE
;
};
};
#undef INTERFACE
#undef INTERFACE
...
...
include/ddrawi.h
View file @
b00ac507
...
@@ -432,7 +432,7 @@ typedef struct _DDHAL_DDMISCELLANEOUS2CALLBACKS {
...
@@ -432,7 +432,7 @@ typedef struct _DDHAL_DDMISCELLANEOUS2CALLBACKS {
LPDDHAL_DESTROYDDLOCAL
DestroyDDLocal
;
LPDDHAL_DESTROYDDLOCAL
DestroyDDLocal
;
}
DDHAL_DDMISCELLANEOUS2CALLBACKS
,
*
LPDDHAL_DDMISCELLANEOUS2CALLBACKS
;
}
DDHAL_DDMISCELLANEOUS2CALLBACKS
,
*
LPDDHAL_DDMISCELLANEOUS2CALLBACKS
;
typedef
HRESULT
(
WINAPI
*
LPDDGAMMACALIBRATORPROC
)(
LPDDGAMMARAMP
,
LPBYTE
);
typedef
HRESULT
(
WINAPI
*
LPDDGAMMACALIBRATORPROC
)(
DDGAMMARAMP
*
,
BYTE
*
);
/*****************************************************************************
/*****************************************************************************
* driver info structure
* driver info structure
...
...
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