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
533dbc43
Commit
533dbc43
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 LPDDCOLORCONTROL.
parent
3938bfd3
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 @
533dbc43
...
...
@@ -2660,8 +2660,8 @@ DECLARE_INTERFACE_(IDirectDrawColorControl,IUnknown)
STDMETHOD_
(
ULONG
,
AddRef
)(
THIS
)
PURE
;
STDMETHOD_
(
ULONG
,
Release
)(
THIS
)
PURE
;
/*** IDirectDrawColorControl methods ***/
STDMETHOD
(
GetColorControls
)(
THIS_
LPDDCOLORCONTROL
lpColorC
ontrol
)
PURE
;
STDMETHOD
(
SetColorControls
)(
THIS_
LPDDCOLORCONTROL
lpColorC
ontrol
)
PURE
;
STDMETHOD
(
GetColorControls
)(
THIS_
DDCOLORCONTROL
*
color_c
ontrol
)
PURE
;
STDMETHOD
(
SetColorControls
)(
THIS_
DDCOLORCONTROL
*
color_c
ontrol
)
PURE
;
};
#undef INTERFACE
...
...
include/ddrawi.h
View file @
533dbc43
...
...
@@ -906,7 +906,7 @@ typedef struct _DDRAWI_DDRAWSURFACE_GBL_MORE {
DWORD
cPageUnlocks
;
ULONG_PTR
hKernelSurface
;
DWORD
dwKernelRefCnt
;
LPDDCOLORCONTROL
lpColorInfo
;
DDCOLORCONTROL
*
lpColorInfo
;
FLATPTR
fpNTAlias
;
DWORD
dwContentsStamp
;
LPVOID
lpvUnswappedDriverReserved
;
...
...
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