Force invalidating of siblings children on expose event.

This commit is contained in:
Alexandre Julliard 2001-06-13 19:43:53 +00:00
parent 6a012e2502
commit 247e18fb14
1 changed files with 1 additions and 0 deletions

View File

@ -424,6 +424,7 @@ static void EVENT_Expose( HWND hwnd, XExposeEvent *event )
OffsetRect( &rect, win->rectClient.left, win->rectClient.top );
WIN_UpdateWndPtr( &win, win->parent );
flags &= ~RDW_FRAME; /* parent will invalidate children frame anyway */
flags |= RDW_ALLCHILDREN; /* force invalidating all children of siblings */
}
hwnd = win->hwndSelf;
WIN_ReleaseWndPtr(win);