winex11: Send WM_EXITSIZEMOVE when the mouse has been released.

This commit is contained in:
Alexandre Julliard 2012-12-10 20:30:20 +01:00
parent 9f03c865b3
commit ed47a507d0
1 changed files with 1 additions and 0 deletions

View File

@ -1384,6 +1384,7 @@ void move_resize_window( HWND hwnd, int dir )
}
TRACE( "hwnd %p/%lx done\n", hwnd, win );
SendMessageW( hwnd, WM_EXITSIZEMOVE, 0, 0 );
}