Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c462 POINT ptCurPos, ptTemp; in winSetCursor() local
476 ptTemp.x = rcClient.left; in winSetCursor()
477 ptTemp.y = rcClient.top; in winSetCursor()
478 if (ClientToScreen(hwnd, &ptTemp)) { in winSetCursor()
479 rcClient.left = ptTemp.x; in winSetCursor()
480 rcClient.top = ptTemp.y; in winSetCursor()
481 ptTemp.x = rcClient.right; in winSetCursor()
482 ptTemp.y = rcClient.bottom; in winSetCursor()
483 if (ClientToScreen(hwnd, &ptTemp)) { in winSetCursor()
484 rcClient.right = ptTemp.x; in winSetCursor()
[all …]