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
a3374377
Commit
a3374377
authored
Dec 22, 2000
by
Marcus Meissner
Committed by
Alexandre Julliard
Dec 22, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IDirectDrawSurface::Blt::SRCCOPY is the default ROP operation, do not
throw error.
parent
2ece70e7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
main.c
dlls/ddraw/dsurface/main.c
+2
-0
No files found.
dlls/ddraw/dsurface/main.c
View file @
a3374377
...
...
@@ -272,6 +272,8 @@ HRESULT WINAPI IDirectDrawSurface4Impl_Blt(
case
WHITENESS
:
ret
=
_Blt_ColorFill
(
dbuf
,
dstwidth
,
dstheight
,
bpp
,
ddesc
.
lPitch
,
~
0
);
break
;
case
SRCCOPY
:
/* well, we do that below ? */
break
;
default:
FIXME
(
"Unsupported raster op: %08lx Pattern: %p
\n
"
,
lpbltfx
->
dwROP
,
lpbltfx
->
u4
.
lpDDSPattern
);
goto
error
;
...
...
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