user32/tests: Add missing flush_events in ScrollWindow test.

This commit is contained in:
Alexandre Julliard 2009-09-25 16:08:50 +02:00
parent 77c3997e90
commit 50573f424a
1 changed files with 1 additions and 0 deletions

View File

@ -3226,6 +3226,7 @@ static void test_scrollwindow( HWND hwnd)
ShowWindow( hwnd, SW_SHOW);
UpdateWindow( hwnd);
flush_events( TRUE );
GetClientRect( hwnd, &rc);
hdc = GetDC( hwnd);
/* test ScrollWindow(Ex) with no clip rectangle */