diff --git a/src/w32fns.c b/src/w32fns.c index 093739d1603..609a88debbd 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -3190,6 +3190,7 @@ w32_wnd_proc (hwnd, msg, wParam, lParam) } wmsg.dwModifiers = w32_get_modifiers (); my_post_msg (&wmsg, hwnd, msg, wParam, lParam); + signal_user_input (); /* Clear message buffer. */ saved_mouse_button_msg.msg.hwnd = 0; @@ -3247,6 +3248,7 @@ w32_wnd_proc (hwnd, msg, wParam, lParam) } wmsg.dwModifiers = w32_get_modifiers (); my_post_msg (&wmsg, hwnd, msg, wParam, lParam); + signal_user_input (); /* Always clear message buffer and cancel timer. */ saved_mouse_button_msg.msg.hwnd = 0;