disable clipper functions (needs more testing)
This commit is contained in:
parent
8ae5ef0c7e
commit
4326703c71
2 changed files with 10 additions and 6 deletions
|
@ -75,6 +75,7 @@ HRESULT dds_Blt(
|
|||
|
||||
BOOL is_stretch_blt = src_w != dst_w || src_h != dst_h;
|
||||
|
||||
/* Disable this for now (needs more testing)
|
||||
if (This->clipper && !(dwFlags & DDBLT_NO_CLIP) && dst_w > 0 && dst_h > 0)
|
||||
{
|
||||
DWORD size = 0;
|
||||
|
@ -111,6 +112,7 @@ HRESULT dds_Blt(
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
if (dst_rect.left < 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue