winex11: Send WM_ENTERSIZEMOVE when starting to poll for a window move/resize.

This commit is contained in:
Alexandre Julliard 2012-12-11 13:57:35 +01:00
parent 54b75f3de3
commit 91ebca2bf1
1 changed files with 2 additions and 0 deletions

View File

@ -1350,6 +1350,8 @@ void move_resize_window( HWND hwnd, int dir )
/* (some apps don't like it if we return before the size/move is done) */
if (!button) return;
SendMessageW( hwnd, WM_ENTERSIZEMOVE, 0, 0 );
for (;;)
{
MSG msg;