hook BitBlt
This commit is contained in:
parent
0bce13b314
commit
2f2367e5b5
6 changed files with 52 additions and 3 deletions
|
@ -573,11 +573,11 @@ HRESULT dds_BltFast(
|
|||
}
|
||||
else
|
||||
{
|
||||
BitBlt(dst_dc, dst_x, dst_y, dst_w, dst_h, src_dc, src_x, src_y, SRCCOPY);
|
||||
real_BitBlt(dst_dc, dst_x, dst_y, dst_w, dst_h, src_dc, src_x, src_y, SRCCOPY);
|
||||
}
|
||||
|
||||
/*
|
||||
BitBlt(
|
||||
real_BitBlt(
|
||||
dst_dc,
|
||||
dwX,
|
||||
dwY,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue