Commit 91ebca2b authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 54b75f3d
......@@ -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;
......
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