Label the width and height correctly in the WINDOWPOS display.
This commit is contained in:
parent
c5f35b701f
commit
bf89e7cdd1
|
@ -1556,7 +1556,7 @@ void SPY_DumpStructure (UINT msg, BOOL enter, LPARAM structure)
|
|||
case WM_WINDOWPOSCHANGING:
|
||||
{
|
||||
WINDOWPOS *lpwp = (WINDOWPOS *)structure;
|
||||
TRACE("WINDOWPOS hwnd=0x%04x, after=0x%04x, at (%d,%d) h=%d w=%d, flags=0x%08x\n",
|
||||
TRACE("WINDOWPOS hwnd=0x%04x, after=0x%04x, at (%d,%d) w=%d h=%d, flags=0x%08x\n",
|
||||
lpwp->hwnd, lpwp->hwndInsertAfter, lpwp->x, lpwp->y,
|
||||
lpwp->cx, lpwp->cy, lpwp->flags);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue