[MPlayer-cvslog] r25974 - trunk/libvo/w32_common.c

reimar subversion at mplayerhq.hu
Sun Feb 10 17:49:24 CET 2008


Author: reimar
Date: Sun Feb 10 17:49:24 2008
New Revision: 25974

Log:
Avoid -wid message processing blocking MPlayer.

Modified:
   trunk/libvo/w32_common.c

Modified: trunk/libvo/w32_common.c
==============================================================================
--- trunk/libvo/w32_common.c	(original)
+++ trunk/libvo/w32_common.c	Sun Feb 10 17:49:24 2008
@@ -155,7 +155,7 @@ static LRESULT CALLBACK WndProc(HWND hWn
         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);



More information about the MPlayer-cvslog mailing list