hook BitBlt
This commit is contained in:
parent
0bce13b314
commit
2f2367e5b5
6 changed files with 52 additions and 3 deletions
|
@ -625,7 +625,7 @@ BOOL CALLBACK util_enum_child_proc(HWND hwnd, LPARAM lparam)
|
|||
|
||||
real_MapWindowPoints(HWND_DESKTOP, g_ddraw.hwnd, (LPPOINT)&pos, 2);
|
||||
|
||||
BitBlt(dst_dc, 0, 0, size.right, size.bottom, src_dc, pos.left, pos.top, SRCCOPY);
|
||||
real_BitBlt(dst_dc, 0, 0, size.right, size.bottom, src_dc, pos.left, pos.top, SRCCOPY);
|
||||
|
||||
ReleaseDC(hwnd, dst_dc);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue