| 2564 | } |
| 2565 | |
| 2566 | void Window::endInteractiveMoveResize() |
| 2567 | { |
| 2568 | setInteractiveMoveResizePointerButtonDown(false); |
| 2569 | stopDelayedInteractiveMoveResize(); |
| 2570 | if (isInteractiveMoveResize()) { |
| 2571 | finishInteractiveMoveResize(false); |
| 2572 | setInteractiveMoveResizeGravity(mouseGravity()); |
| 2573 | } |
| 2574 | updateCursor(); |
| 2575 | } |
| 2576 | |
| 2577 | void Window::cancelInteractiveMoveResize() |
| 2578 | { |