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
34d6c9f7
Commit
34d6c9f7
authored
May 29, 1999
by
Lionel Ulmer
Committed by
Alexandre Julliard
May 29, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- better debug output for surface creation
- added (experimental) DIBSection implementation of GetDC / ReleaseDC
parent
0ed42588
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
ddraw.c
graphics/ddraw.c
+0
-0
ddraw_private.h
graphics/ddraw_private.h
+6
-0
No files found.
graphics/ddraw.c
View file @
34d6c9f7
This diff is collapsed.
Click to expand it.
graphics/ddraw_private.h
View file @
34d6c9f7
...
@@ -145,6 +145,12 @@ struct _common_directdrawsurface
...
@@ -145,6 +145,12 @@ struct _common_directdrawsurface
DDSURFACEDESC
surface_desc
;
DDSURFACEDESC
surface_desc
;
/* For Get / Release DC methods */
HBITMAP
DIBsection
;
void
*
bitmap_data
;
HDC
hdc
;
HGDIOBJ
holdbitmap
;
/* Callback for loaded textures */
/* Callback for loaded textures */
IDirect3DTexture2Impl
*
texture
;
IDirect3DTexture2Impl
*
texture
;
HRESULT
WINAPI
(
*
SetColorKey_cb
)(
IDirect3DTexture2Impl
*
texture
,
DWORD
dwFlags
,
LPDDCOLORKEY
ckey
)
;
HRESULT
WINAPI
(
*
SetColorKey_cb
)(
IDirect3DTexture2Impl
*
texture
,
DWORD
dwFlags
,
LPDDCOLORKEY
ckey
)
;
...
...
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