Huw Davies : comctl32: Animation notifications should be posted not sent.

Alexandre Julliard julliard at winehq.org
Tue Mar 11 10:51:53 CDT 2008


Module: wine
Branch: master
Commit: 13d0803501f249473e8e0f0a0dbc27f444bc3ad7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=13d0803501f249473e8e0f0a0dbc27f444bc3ad7

Author: Huw Davies <huw at codeweavers.com>
Date:   Tue Mar 11 12:43:12 2008 +0000

comctl32: Animation notifications should be posted not sent.

---

 dlls/comctl32/animate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/animate.c b/dlls/comctl32/animate.c
index 262bd7f..fb8b65d 100644
--- a/dlls/comctl32/animate.c
+++ b/dlls/comctl32/animate.c
@@ -95,7 +95,7 @@ typedef struct
 
 static void ANIMATE_Notify(const ANIMATE_INFO *infoPtr, UINT notif)
 {
-    SendMessageW(infoPtr->hwndNotify, WM_COMMAND,
+    PostMessageW(infoPtr->hwndNotify, WM_COMMAND,
 		 MAKEWPARAM(GetDlgCtrlID(infoPtr->hwndSelf), notif),
 		 (LPARAM)infoPtr->hwndSelf);
 }




More information about the wine-cvs mailing list