Home
last modified time | relevance | path

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

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dabstract_client.cpp3429 int oldRightMax = oldScreenArea.x() + oldScreenArea.width(); in checkWorkspacePosition() local
3457 oldRightMax = qMin(oldRightMax, rect.x()); in checkWorkspacePosition()
3513 if (oldGeometry.right() <= oldRightMax - 1) in checkWorkspacePosition()
3515 if (oldGeometry.right() == oldRightMax - 1) in checkWorkspacePosition()
3517 … else if (oldClientGeometry.right() == oldRightMax - 1 && newClientGeom.right() != rightMax - 1) { in checkWorkspacePosition()