Mercurial > mplayer.hg
changeset 25942:8ec86aff8fab
Avoid -wid message processing blocking MPlayer.
author | reimar |
---|---|
date | Sun, 10 Feb 2008 16:49:24 +0000 |
parents | 42bb6260653a |
children | 5fe1bf7f1bfe |
files | libvo/w32_common.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/w32_common.c Sun Feb 10 15:34:52 2008 +0000 +++ b/libvo/w32_common.c Sun Feb 10 16:49:24 2008 +0000 @@ -155,7 +155,7 @@ case WM_RBUTTONDOWN: case WM_RBUTTONUP: case WM_RBUTTONDBLCLK: - SendMessage(WinID, message, wParam, lParam); + SendNotifyMessage(WinID, message, wParam, lParam); } return DefWindowProc(hWnd, message, wParam, lParam);