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
822e4cba
Commit
822e4cba
authored
Oct 17, 2008
by
Chris Wilson
Committed by
Alexandre Julliard
Oct 21, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Ignore source clipping in BitBlt.
parent
b3e80afa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
bitblt.c
dlls/winex11.drv/bitblt.c
+1
-2
No files found.
dlls/winex11.drv/bitblt.c
View file @
822e4cba
...
...
@@ -1541,8 +1541,7 @@ static BOOL X11DRV_ClientSideDIBCopy( X11DRV_PDEVICE *physDevSrc, INT xSrc, INT
if
(
ySrc
+
height
>
srcDib
.
dsBm
.
bmHeight
)
height
=
srcDib
.
dsBm
.
bmHeight
-
ySrc
;
if
(
GetRgnBox
(
physDevSrc
->
region
,
&
unusedRect
)
==
COMPLEXREGION
||
GetRgnBox
(
physDevDst
->
region
,
&
unusedRect
)
==
COMPLEXREGION
)
if
(
GetRgnBox
(
physDevDst
->
region
,
&
unusedRect
)
==
COMPLEXREGION
)
{
/* for simple regions, the clipping was already done by BITBLT_GetVisRectangles */
FIXME
(
"potential optimization: client-side complex region clipping
\n
"
);
...
...
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