Module: wine Branch: master Commit: ed47a507d0ec9b1d5771ea86b4b7fb2be3ef1bd2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ed47a507d0ec9b1d5771ea86b4...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Dec 10 20:30:20 2012 +0100
winex11: Send WM_EXITSIZEMOVE when the mouse has been released.
---
dlls/winex11.drv/mouse.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/winex11.drv/mouse.c b/dlls/winex11.drv/mouse.c index 818bdd5..47a453c 100644 --- a/dlls/winex11.drv/mouse.c +++ b/dlls/winex11.drv/mouse.c @@ -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 ); }