[ros-dev] Re: [ros-diffs] [gvg] 18468: Make sure we don't hang forever when activating a window belonging to

Gunnar Dalsnes hardon at online.no
Sat Oct 15 13:16:46 CEST 2005


gvg at svn.reactos.com wrote:
> 
> -      co_IntSendMessage(Window->hSelf, WM_WINDOWPOSCHANGING, 0, (LPARAM) WinPos);
> 
> +      co_IntPostOrSendMessage(Window->hSelf, WM_WINDOWPOSCHANGING, 0, (LPARAM) WinPos);
> 

I think the whole co_IntPostOrSendMessage function is wrong and crazy. 
Who made it? Sending and posting messages are completely different things.

I think something like co_IntSendMessageTimeout should be used instead, 
but i dont think its implemented yet.

G.


More information about the Ros-dev mailing list