Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dwin.c6786 BOOL ret, parent_wm_paint, grandparent_wm_paint; in test_GetUpdateRect() local
6818 parent_wm_paint = FALSE; in test_GetUpdateRect()
6825 if (msg.hwnd == hparent) parent_wm_paint = TRUE; in test_GetUpdateRect()
6829 ok(parent_wm_paint, "WM_PAINT should have been received in parent\n"); in test_GetUpdateRect()
6880 parent_wm_paint = FALSE; in test_GetUpdateRect()
6887 if (msg.hwnd == hparent) parent_wm_paint = TRUE; in test_GetUpdateRect()
6891 ok(parent_wm_paint, "WM_PAINT should have been received in parent\n"); in test_GetUpdateRect()