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
00b2511b
Commit
00b2511b
authored
Jun 05, 2006
by
Ulrich Czekalla
Committed by
Alexandre Julliard
Jun 05, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add DDHAL_UPDATEOVERLAYDATA structure.
parent
f5c72fd2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
ddrawi.h
include/ddrawi.h
+12
-0
No files found.
include/ddrawi.h
View file @
00b2511b
...
...
@@ -592,6 +592,18 @@ typedef struct _DDHAL_BLTDATA {
LPRECT
prDestRects
;
}
DDHAL_BLTDATA
;
typedef
struct
_DDHAL_UPDATEOVERLAYDATA
{
LPDDRAWI_DIRECTDRAW_GBL
lpDD
;
LPDDRAWI_DDRAWSURFACE_LCL
lpDDDestSurface
;
RECTL
rDest
;
LPDDRAWI_DDRAWSURFACE_LCL
lpDDSrcSurface
;
RECTL
rSrc
;
DWORD
dwFlags
;
DDOVERLAYFX
overlayFX
;
HRESULT
ddRVal
;
LPDDHALSURFCB_UPDATEOVERLAY
UpdateOverlay
;
}
DDHAL_UPDATEOVERLAYDATA
;
typedef
struct
_DDHAL_SETPALETTEDATA
{
LPDDRAWI_DIRECTDRAW_GBL
lpDD
;
LPDDRAWI_DDRAWSURFACE_LCL
lpDDSurface
;
...
...
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