summaryrefslogtreecommitdiffstats
path: root/twin/geometry.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-27 10:58:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-29 11:23:31 +0900
commitcc88c98f3884e8446e5cce409fb6d8e6c87b2c96 (patch)
tree1018be9a4d9aae4e086c186dfca9bd84aa6b80db /twin/geometry.cpp
parent7482fe22830ce974a15e3a132dcc3ac6cee1a65f (diff)
downloadtdebase-cc88c98f3884e8446e5cce409fb6d8e6c87b2c96.tar.gz
tdebase-cc88c98f3884e8446e5cce409fb6d8e6c87b2c96.zip
twin: add tileWindowToBorder() and rename previously introduced tileHorizontally(), tileVertically(), tileGrid() DCOP calls
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'twin/geometry.cpp')
-rw-r--r--twin/geometry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/geometry.cpp b/twin/geometry.cpp
index 34117da20..581c07ac1 100644
--- a/twin/geometry.cpp
+++ b/twin/geometry.cpp
@@ -2828,7 +2828,7 @@ TQRect Client::activeBorderMaximizeGeometry()
return ret;
}
-void Client::tile(ActiveBorder border) {
+void Client::tileToBorder(ActiveBorder border) {
if (!isResizable()) return;
activeTiled = true;
setActiveBorderMode(ActiveTilingMode);