Searched refs:parent_wm_paint (Results 1 – 1 of 1) sorted by relevance
6786 BOOL ret, parent_wm_paint, grandparent_wm_paint; in test_GetUpdateRect() local6818 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()