Home
last modified time | relevance | path

Searched refs:cap_wnd (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/user32/
H A Dwin.c3459 HWND cap_wnd, cap_wnd2, set_cap_wnd; in test_capture_4_proc() local
3474 cap_wnd = GetCapture(); in test_capture_4_proc()
3476 … ok(cap_wnd == (HWND)lParam, "capture window %p does not match lparam %lx\n", cap_wnd, lParam); in test_capture_4_proc()
3477 … todo_wine ok(cap_wnd == hWnd, "capture window %p does not match hwnd %p\n", cap_wnd, hWnd); in test_capture_4_proc()
3480 set_cap_wnd = SetCapture(cap_wnd); in test_capture_4_proc()
3481 ok(!set_cap_wnd || broken(set_cap_wnd == cap_wnd), /* nt4 */ in test_capture_4_proc()
3509 ok(cap_wnd2 == cap_wnd, "Capture changed!\n"); in test_capture_4_proc()