Lines Matching refs:pScreenPriv
249 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
260 && pScreenPriv->iE3BCachedPress == 0
261 && !pScreenPriv->fE3BFakeButton2Sent) {
268 pScreenPriv->iE3BCachedPress = iButton;
274 SetTimer(pScreenPriv->hwndScreen,
278 && pScreenPriv->iE3BCachedPress != 0
279 && pScreenPriv->iE3BCachedPress != iButton
280 && !pScreenPriv->fE3BFakeButton2Sent) {
287 KillTimer(pScreenPriv->hwndScreen, WIN_E3B_TIMER_ID);
288 pScreenPriv->iE3BCachedPress = 0;
294 pScreenPriv->fE3BFakeButton2Sent = TRUE;
297 && pScreenPriv->iE3BCachedPress == iButton) {
302 KillTimer(pScreenPriv->hwndScreen, WIN_E3B_TIMER_ID);
303 pScreenPriv->iE3BCachedPress = 0;
310 && pScreenPriv->fE3BFakeButton2Sent && !(wParam & MK_LBUTTON)
315 pScreenPriv->fE3BFakeButton2Sent = FALSE;
321 && pScreenPriv->iE3BCachedPress == 0
322 && !pScreenPriv->fE3BFakeButton2Sent) {