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

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Sat Jun 13 23:12:08 CEST 2009


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





--- Comment #7 from hto <hto at dev.null>  2009-06-13 23:12:07 CET ---
(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);


-- 
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