[ros-bugs] [Bug 4595] system parameters rewrite

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Sun Jun 14 00:29:01 CEST 2009


http://www.reactos.org/bugzilla/show_bug.cgi?id=4595





--- Comment #9 from vicmarcal <vicmarcal at hotmail.com>  2009-06-14 00:29:00 CET ---
(In reply to comment #7)
> (In reply to comment #6)
> > Who is sending to the co_WinPosSetWindowPos() function the wrong X and Y
> > params?So i can look how are they calculated(Mouseposition-Actualposition or
> > whatever).
> __builtin_return_address(0) function gives you address in the caller function,
> __builtin_return_address(1) gives caller of the caller, etc. Check params and
> if they are wrong, print addresses.
> > Since i suspect about the Flags, i would like to DPRINT them. How i Print the
> > UINTs in a readable way?
> As a decimal:
>   DPRINT1("x is %u\n", x);
> or as hex:
>   DPRINT1("x is %x\n", x);

Thanks HTO :)


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Ros-bugs mailing list