Lines Matching refs:xmotion
201 lastTimestamp = ev->xmotion.time;
242 case MotionNotify: return e->xmotion.window; /* same */
1034 &(button.xmotion.x_root),
1035 &(button.xmotion.y_root),
1485 &(Event.xmotion.root), &wdummy,
1486 &(Event.xmotion.x_root), &(Event.xmotion.y_root),
1487 &(Event.xmotion.x), &(Event.xmotion.y), &udummy);
1491 if (abs(Event.xmotion.x - ResizeOrigX) >= Scr->MoveDelta
1492 || abs(Event.xmotion.y - ResizeOrigY) >= Scr->MoveDelta)
1497 DoResize(Event.xmotion.x_root, Event.xmotion.y_root, Tmp_win);