Searched refs:rectpt (Results 1 – 1 of 1) sorted by relevance
223 union { RECT rect; POINT pt; } rectpt; /* prevent type-punning issue. */ in TrackMouseTimerProc() local226 GetClientRect(hWnd, &rectpt.rect); in TrackMouseTimerProc()227 MapWindowPoints(hWnd, NULL, &rectpt.pt, 2); in TrackMouseTimerProc()229 if ( !PtInRect(&rectpt.rect, pt) || (WindowFromPoint(pt) != hWnd) ) { in TrackMouseTimerProc()