Index: reactos/win32ss/user/ntuser/msgqueue.c =================================================================== --- reactos/win32ss/user/ntuser/msgqueue.c (revision 75470) +++ reactos/win32ss/user/ntuser/msgqueue.c (working copy) @@ -1451,6 +1451,7 @@ pDesk->dwDTFlags &= ~(DF_TME_LEAVE|DF_TME_HOVER); } /* Set the Track window and hit test. */ + ERR("pDesk->spwndTrack(0x%p) = pwndTrack(0x%p), head.pti=0x%x\n", pDesk->spwndTrack, pwndTrack, pwndTrack->head.pti); pDesk->spwndTrack = pwndTrack; pDesk->htEx = hittest; }