summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/w32_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/w32_common.c b/libvo/w32_common.c
index 045f779037..3fcc24086e 100644
--- a/libvo/w32_common.c
+++ b/libvo/w32_common.c
@@ -155,7 +155,7 @@ static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM l
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);