winex11: Send WM_ENTERSIZEMOVE when starting to poll for a window move/resize.
This commit is contained in:
parent
54b75f3de3
commit
91ebca2bf1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue