Searched refs:lPos (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winwndproc.c | 914 LPARAM lPos; in winWindowProc() local 937 lPos = MAKELPARAM(point.x, point.y); in winWindowProc() 939 PostMessage(hwnd, WM_LBUTTONUP, wCtrl | wM | wR | wShift, lPos); in winWindowProc() 941 PostMessage(hwnd, WM_MBUTTONUP, wCtrl | wL | wR | wShift, lPos); in winWindowProc() 943 PostMessage(hwnd, WM_RBUTTONUP, wCtrl | wL | wM | wShift, lPos); in winWindowProc()
|