Home
last modified time | relevance | path

Searched refs:rectpt (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_sysevents.c223 union { RECT rect; POINT pt; } rectpt; /* prevent type-punning issue. */ in TrackMouseTimerProc() local
226 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()