Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmouse.c260 && pScreenPriv->iE3BCachedPress == 0 in winMouseButtonsHandle()
268 pScreenPriv->iE3BCachedPress = iButton; in winMouseButtonsHandle()
278 && pScreenPriv->iE3BCachedPress != 0 in winMouseButtonsHandle()
279 && pScreenPriv->iE3BCachedPress != iButton in winMouseButtonsHandle()
288 pScreenPriv->iE3BCachedPress = 0; in winMouseButtonsHandle()
297 && pScreenPriv->iE3BCachedPress == iButton) { in winMouseButtonsHandle()
303 pScreenPriv->iE3BCachedPress = 0; in winMouseButtonsHandle()
321 && pScreenPriv->iE3BCachedPress == 0 in winMouseButtonsHandle()
H A Dwinwndproc.c900 s_pScreenPriv->iE3BCachedPress); in winWindowProc()
906 s_pScreenPriv->iE3BCachedPress = 0; in winWindowProc()
H A Dwin.h449 int iE3BCachedPress; member