hook stretchblt
This commit is contained in:
parent
1cbfe2d926
commit
c9262a5ee9
5 changed files with 51 additions and 1 deletions
|
@ -254,7 +254,7 @@ HRESULT dds_Blt(
|
|||
}
|
||||
else
|
||||
{
|
||||
StretchBlt(dst_dc, dst_x, dst_y, dst_w, dst_h, src_dc, src_x, src_y, src_w, src_h, SRCCOPY);
|
||||
real_StretchBlt(dst_dc, dst_x, dst_y, dst_w, dst_h, src_dc, src_x, src_y, src_w, src_h, SRCCOPY);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue