Lines Matching refs:xmotion
426 X.xmotion.x, X.xmotion.y, in dmxBackendCollectEvents()
430 if (!(dmxScreen = dmxBackendFindWindow(priv, X.xmotion.window))) in dmxBackendCollectEvents()
433 X.xmotion.window); in dmxBackendCollectEvents()
435 int newX = X.xmotion.x - dmxScreen->rootX; in dmxBackendCollectEvents()
436 int newY = X.xmotion.y - dmxScreen->rootY; in dmxBackendCollectEvents()
463 int newX = priv->lastX - X.xmotion.x; in dmxBackendCollectEvents()
464 int newY = priv->lastY - X.xmotion.y; in dmxBackendCollectEvents()
466 priv->lastX = X.xmotion.x; in dmxBackendCollectEvents()
467 priv->lastY = X.xmotion.y; in dmxBackendCollectEvents()
476 (dmxScreen->rootXOrigin + X.xmotion.x in dmxBackendCollectEvents()
478 (dmxScreen->rootYOrigin + X.xmotion.y in dmxBackendCollectEvents()