Lines Matching refs:passive
497 /* If passive motion function registered _and_
498 buttons not held down, call passive motion
500 else if (window->passive &&
505 window->passive(event.xmotion.x,
728 /* Do not generate any passive motion events
734 "compound" callback if a passive motion
741 if (window && window->passive && window->win == xid) {
743 window->passive(event.xcrossing.x, event.xcrossing.y);
775 } else if (window->passive) {
777 window->passive(event.xcrossing.x, event.xcrossing.y);