Commit ed47a507 authored by Alexandre Julliard's avatar Alexandre Julliard

winex11: Send WM_EXITSIZEMOVE when the mouse has been released.

parent 9f03c865
...@@ -1384,6 +1384,7 @@ void move_resize_window( HWND hwnd, int dir ) ...@@ -1384,6 +1384,7 @@ void move_resize_window( HWND hwnd, int dir )
} }
TRACE( "hwnd %p/%lx done\n", hwnd, win ); TRACE( "hwnd %p/%lx done\n", hwnd, win );
SendMessageW( hwnd, WM_EXITSIZEMOVE, 0, 0 );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment