Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmouse.c261 && !pScreenPriv->fE3BFakeButton2Sent) { in winMouseButtonsHandle()
280 && !pScreenPriv->fE3BFakeButton2Sent) { in winMouseButtonsHandle()
294 pScreenPriv->fE3BFakeButton2Sent = TRUE; in winMouseButtonsHandle()
310 && pScreenPriv->fE3BFakeButton2Sent && !(wParam & MK_LBUTTON) in winMouseButtonsHandle()
315 pScreenPriv->fE3BFakeButton2Sent = FALSE; in winMouseButtonsHandle()
322 && !pScreenPriv->fE3BFakeButton2Sent) { in winMouseButtonsHandle()
H A Dwin.h450 Bool fE3BFakeButton2Sent; member